#21DDC6

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

Shades of Turquoise #21DDC6

Tints of Turquoise #21DDC6

Color information

#21DDC6 (or 0x21DDC6) is unknown color: approx Turquoise. HEX triplet: 21, DD and C6. RGB value is (33,221,198). Sum of RGB (Red+Green+Blue) = 33+221+198=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDC6 is #DE2239. Grayscale: #A2A2A2. Windows color (decimal): -14557754 or 13032737. OLE color: 13032737.

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

Color convert

RGB33221198-
CMYK0.8500.100.13
HSL172.66º74.02%49.8%-
HSV(B)172.66º85.07%86.67%-
XYZ36.6856.1162.32-
YUV162.17148.2235.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.30%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 198 (77.73% from 255) = 43.81%
R=7.30%
G=48.89%
B=43.81%

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
Decimal332211980.8500.100.13172.6674.0249.8
Hex21DDC6550ADad4a32
Octal413353061250121525511262
Binary10000111011101110001101010101010101101101011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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