#2BD2C3

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

Shades of Turquoise #2BD2C3

Tints of Turquoise #2BD2C3

Color information

#2BD2C3 (or 0x2BD2C3) is unknown color: approx Turquoise. HEX triplet: 2B, D2 and C3. RGB value is (43,210,195). Sum of RGB (Red+Green+Blue) = 43+210+195=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD2C3 is #D42D3C. Grayscale: #9E9E9E. Windows color (decimal): -13905213 or 12833323. OLE color: 12833323.

HSL color Cylindrical-coordinate representation of color #2BD2C3: hue angle of 174.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD2C3 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB43210195-
CMYK0.8000.070.18
HSL174.61º66.01%49.61%-
HSV(B)174.61º79.52%82.35%-
XYZ33.8950.5559.6-
YUV158.36148.6745.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.60%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=9.60%
G=46.88%
B=43.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432101950.8000.070.18174.6166.0149.61
Hex2BD2C3500712af4232
Octal53322303120072225710262
Binary10101111010010110000111010000011110010101011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,210,195); }

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

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

 a { background-color: rgb(43,210,195); }

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

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

 span { border-color: rgb(43,210,195); }

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