#21ddc8

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

Shades of Turquoise #21DDC8

Tints of Turquoise #21DDC8

Color information

#21DDC8 (or 0x21DDC8) is unknown color: approx Turquoise. HEX triplet: 21, DD and C8. RGB value is (33,221,200). Sum of RGB (Red+Green+Blue) = 33+221+200=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDC8 is #DE2237. Grayscale: #A2A2A2. Windows color (decimal): -14557752 or 13163809. OLE color: 13163809.

HSL color Cylindrical-coordinate representation of color #21DDC8: hue angle of 173.3º 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 #21DDC8 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB33221200-
CMYK0.8500.100.13
HSL173.3º74.02%49.8%-
HSV(B)173.3º85.07%86.67%-
XYZ36.9156.2163.55-
YUV162.39149.2235.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.27%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=7.27%
G=48.68%
B=44.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332212000.8500.100.13173.374.0249.8
Hex21DDC8550ADad4a32
Octal413353101250121525511262
Binary10000111011101110010001010101010101101101011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ddc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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