#2BD1C2

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

Shades of Turquoise #2BD1C2

Tints of Turquoise #2BD1C2

Color information

#2BD1C2 (or 0x2BD1C2) is unknown color: approx Turquoise. HEX triplet: 2B, D1 and C2. RGB value is (43,209,194). Sum of RGB (Red+Green+Blue) = 43+209+194=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD1C2 is #D42E3D. Grayscale: #9D9D9D. Windows color (decimal): -13905470 or 12767531. OLE color: 12767531.

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

Color convert

RGB43209194-
CMYK0.7900.070.18
HSL174.58º65.87%49.41%-
HSV(B)174.58º79.43%81.96%-
XYZ33.5350.0158.92-
YUV157.66148.546.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.64%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=9.64%
G=46.86%
B=43.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432091940.7900.070.18174.5865.8749.41
Hex2BD1C24F0712af4231
Octal53321302117072225710261
Binary10101111010001110000101001111011110010101011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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