#2BD1CA

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

Shades of Turquoise #2BD1CA

Tints of Turquoise #2BD1CA

Color information

#2BD1CA (or 0x2BD1CA) is unknown color: approx Turquoise. HEX triplet: 2B, D1 and CA. RGB value is (43,209,202). Sum of RGB (Red+Green+Blue) = 43+209+202=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD1CA is #D42E35. Grayscale: #9E9E9E. Windows color (decimal): -13905462 or 13291819. OLE color: 13291819.

HSL color Cylindrical-coordinate representation of color #2BD1CA: hue angle of 177.47º 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 #2BD1CA is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB43209202-
CMYK0.7900.030.18
HSL177.47º65.87%49.41%-
HSV(B)177.47º79.43%81.96%-
XYZ34.4650.3863.79-
YUV158.57152.545.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.47%
GREEN value IS 209 (82.03% from 255) = 46.04%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=9.47%
G=46.04%
B=44.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432092020.7900.030.18177.4765.8749.41
Hex2BD1CA4F0312b14231
Octal53321312117032226110261
Binary1010111101000111001010100111101110010101100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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