#2BD1C4

Color #2BD1C4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2BD1C4

Tints of Turquoise #2BD1C4

Color information

#2BD1C4 (or 0x2BD1C4) is unknown color: approx Turquoise. HEX triplet: 2B, D1 and C4. RGB value is (43,209,196). Sum of RGB (Red+Green+Blue) = 43+209+196=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD1C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD1C4 is #D42E3B. Grayscale: #9D9D9D. Windows color (decimal): -13905468 or 12898603. OLE color: 12898603.

HSL color Cylindrical-coordinate representation of color #2BD1C4: hue angle of 175.3º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD1C4 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB43209196-
CMYK0.7900.060.18
HSL175.3º65.87%49.41%-
HSV(B)175.3º79.43%81.96%-
XYZ33.7650.160.12-
YUV157.88149.546.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 9.60%
GREEN value IS 209 (82.03% from 255) = 46.65%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=9.60%
G=46.65%
B=43.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432091960.7900.060.18175.365.8749.41
Hex2BD1C44F0612af4231
Octal53321304117062225710261
Binary10101111010001110001001001111011010010101011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BD1C4; }

 p { color: rgb(43,209,196); }

 H1.HeaderClassName
 {
   color: #2BD1C4;
 }
 .AnyTagClassName
 {
   color: #2BD1C4;
 }
</style>
background-color css

<style>
 a { background-color: #2BD1C4; }

 a { background-color: rgb(43,209,196); }

 div.DivClassName
 {
   background-color: #2BD1C4;
 }
 .BgClassName
 {
   background-color: #2BD1C4;
 }
</style>
border-color css

<style>
 span { border-color: #2BD1C4; }

 span { border-color: rgb(43,209,196); }

 td.TdClassName
 {
   border-color: #2BD1C4;
 }
 .TagClassName
 {
   border-color: #2BD1C4;
 }
</style>