#2BDCD8

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

Shades of Turquoise #2BDCD8

Tints of Turquoise #2BDCD8

Color information

#2BDCD8 (or 0x2BDCD8) is unknown color: approx Turquoise. HEX triplet: 2B, DC and D8. RGB value is (43,220,216). Sum of RGB (Red+Green+Blue) = 43+220+216=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCD8 is #D42327. Grayscale: #A6A6A6. Windows color (decimal): -13902632 or 14212139. OLE color: 14212139.

HSL color Cylindrical-coordinate representation of color #2BDCD8: hue angle of 178.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCD8 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB43220216-
CMYK0.8000.020.14
HSL178.64º71.66%51.57%-
HSV(B)178.64º80.45%86.27%-
XYZ38.9856.6673.85-
YUV166.62155.8639.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.98%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=8.98%
G=45.93%
B=45.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432202160.8000.020.14178.6471.6651.57
Hex2BDCD85002Eb34834
Octal53334330120021626311064
Binary101011110111001101100010100000101110101100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,220,216); }

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

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

 a { background-color: rgb(43,220,216); }

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

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

 span { border-color: rgb(43,220,216); }

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