#2BD2C4

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

Shades of Turquoise #2BD2C4

Tints of Turquoise #2BD2C4

Color information

#2BD2C4 (or 0x2BD2C4) is unknown color: approx Turquoise. HEX triplet: 2B, D2 and C4. RGB value is (43,210,196). Sum of RGB (Red+Green+Blue) = 43+210+196=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD2C4 is #D42D3B. Grayscale: #9E9E9E. Windows color (decimal): -13905212 or 12898859. OLE color: 12898859.

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

Color convert

RGB43210196-
CMYK0.8000.070.18
HSL174.97º66.01%49.61%-
HSV(B)174.97º79.52%82.35%-
XYZ34.0150.5960.2-
YUV158.47149.1745.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 210 (82.42% from 255) = 46.77%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=9.58%
G=46.77%
B=43.65%

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
Decimal432101960.8000.070.18174.9766.0149.61
Hex2BD2C4500712af4232
Octal53322304120072225710262
Binary10101111010010110001001010000011110010101011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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