#21DDC9

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

Shades of Turquoise #21DDC9

Tints of Turquoise #21DDC9

Color information

#21DDC9 (or 0x21DDC9) is unknown color: approx Turquoise. HEX triplet: 21, DD and C9. RGB value is (33,221,201). Sum of RGB (Red+Green+Blue) = 33+221+201=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDC9 is #DE2236. Grayscale: #A2A2A2. Windows color (decimal): -14557751 or 13229345. OLE color: 13229345.

HSL color Cylindrical-coordinate representation of color #21DDC9: hue angle of 173.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DDC9 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB33221201-
CMYK0.8500.090.13
HSL173.62º74.02%49.8%-
HSV(B)173.62º85.07%86.67%-
XYZ37.0356.2564.16-
YUV162.51149.7235.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.25%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=7.25%
G=48.57%
B=44.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332212010.8500.090.13173.6274.0249.8
Hex21DDC95509Dae4a32
Octal413353111250111525611262
Binary10000111011101110010011010101010011101101011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,221,201); }

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

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

 a { background-color: rgb(33,221,201); }

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

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

 span { border-color: rgb(33,221,201); }

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