#2BD7DC

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

Shades of Turquoise #2BD7DC

Tints of Turquoise #2BD7DC

Color information

#2BD7DC (or 0x2BD7DC) is unknown color: approx Turquoise. HEX triplet: 2B, D7 and DC. RGB value is (43,215,220). Sum of RGB (Red+Green+Blue) = 43+215+220=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BD7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD7DC is #D42823. Grayscale: #A3A3A3. Windows color (decimal): -13903908 or 14473003. OLE color: 14473003.

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

Color convert

RGB43215220-
CMYK0.800.0200.14
HSL181.69º71.66%51.57%-
HSV(B)181.69º80.45%86.27%-
XYZ38.2154.2876.17-
YUV164.14159.5241.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.00%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=9.00%
G=44.98%
B=46.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432152200.800.0200.14181.6971.6651.57
Hex2BD7DC5020Eb64834
Octal53327334120201626611064
Binary101011110101111101110010100001001110101101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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