#21DDCF

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

Shades of Turquoise #21DDCF

Tints of Turquoise #21DDCF

Color information

#21DDCF (or 0x21DDCF) is unknown color: approx Turquoise. HEX triplet: 21, DD and CF. RGB value is (33,221,207). Sum of RGB (Red+Green+Blue) = 33+221+207=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDCF is #DE2230. Grayscale: #A3A3A3. Windows color (decimal): -14557745 or 13622561. OLE color: 13622561.

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

Color convert

RGB33221207-
CMYK0.8500.060.13
HSL175.53º74.02%49.8%-
HSV(B)175.53º85.07%86.67%-
XYZ37.7556.5467.96-
YUV163.19152.7235.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.16%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=7.16%
G=47.94%
B=44.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332212070.8500.060.13175.5374.0249.8
Hex21DDCF5506Db04a32
Octal41335317125061526011262
Binary1000011101110111001111101010101101101101100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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