#21DDCC

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

Shades of Turquoise #21DDCC

Tints of Turquoise #21DDCC

Color information

#21DDCC (or 0x21DDCC) is unknown color: approx Turquoise. HEX triplet: 21, DD and CC. RGB value is (33,221,204). Sum of RGB (Red+Green+Blue) = 33+221+204=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDCC is #DE2233. Grayscale: #A2A2A2. Windows color (decimal): -14557748 or 13425953. OLE color: 13425953.

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

Color convert

RGB33221204-
CMYK0.8500.080.13
HSL174.57º74.02%49.8%-
HSV(B)174.57º85.07%86.67%-
XYZ37.3856.466.04-
YUV162.85151.2235.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.21%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=7.21%
G=48.25%
B=44.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332212040.8500.080.13174.5774.0249.8
Hex21DDCC5508Daf4a32
Octal413353141250101525711262
Binary10000111011101110011001010101010001101101011111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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