#21CED9

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

Shades of Dark Turquoise #21CED9

Tints of Dark Turquoise #21CED9

Color information

#21CED9 (or 0x21CED9) is unknown color: approx Dark Turquoise. HEX triplet: 21, CE and D9. RGB value is (33,206,217). Sum of RGB (Red+Green+Blue) = 33+206+217=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #21CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CED9 is #DE3126. Grayscale: #9B9B9B. Windows color (decimal): -14561575 or 14274081. OLE color: 14274081.

HSL color Cylindrical-coordinate representation of color #21CED9: hue angle of 183.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CED9 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33206217-
CMYK0.850.0500.15
HSL183.59º73.6%49.02%-
HSV(B)183.59º84.79%85.1%-
XYZ35.2249.4873.34-
YUV155.53162.6940.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.24%
GREEN value IS 206 (80.86% from 255) = 45.18%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=7.24%
G=45.18%
B=47.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332062170.850.0500.15183.5973.649.02
Hex21CED95550Fb84a31
Octal41316331125501727011261
Binary1000011100111011011001101010110101111101110001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,217); }

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

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

 a { background-color: rgb(33,206,217); }

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

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

 span { border-color: rgb(33,206,217); }

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