#21D2D8

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

Shades of Dark Turquoise #21D2D8

Tints of Dark Turquoise #21D2D8

Color information

#21D2D8 (or 0x21D2D8) is unknown color: approx Dark Turquoise. HEX triplet: 21, D2 and D8. RGB value is (33,210,216). Sum of RGB (Red+Green+Blue) = 33+210+216=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #21D2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2D8 is #DE2D27. Grayscale: #9D9D9D. Windows color (decimal): -14560552 or 14209569. OLE color: 14209569.

HSL color Cylindrical-coordinate representation of color #21D2D8: hue angle of 181.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D2D8 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33210216-
CMYK0.850.0300.15
HSL181.97º73.49%48.82%-
HSV(B)181.97º84.72%84.71%-
XYZ36.0751.3772.98-
YUV157.76160.8639.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.19%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=7.19%
G=45.75%
B=47.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332102160.850.0300.15181.9773.4948.82
Hex21D2D85530Fb64931
Octal41322330125301726611161
Binary100001110100101101100010101011101111101101101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21D2D8; }

 p { color: rgb(33,210,216); }

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

<style>
 a { background-color: #21D2D8; }

 a { background-color: rgb(33,210,216); }

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

<style>
 span { border-color: #21D2D8; }

 span { border-color: rgb(33,210,216); }

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