#21D2DD

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

Shades of Bright Turquoise #21D2DD

Tints of Bright Turquoise #21D2DD

Color information

#21D2DD (or 0x21D2DD) is unknown color: approx Bright Turquoise. HEX triplet: 21, D2 and DD. RGB value is (33,210,221). Sum of RGB (Red+Green+Blue) = 33+210+221=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #21D2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2DD is #DE2D22. Grayscale: #9E9E9E. Windows color (decimal): -14560547 or 14537249. OLE color: 14537249.

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

Color convert

RGB33210221-
CMYK0.850.0500.13
HSL183.51º74.02%49.8%-
HSV(B)183.51º85.07%86.67%-
XYZ36.7251.6476.44-
YUV158.33163.3638.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.11%
GREEN value IS 210 (82.42% from 255) = 45.26%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=7.11%
G=45.26%
B=47.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332102210.850.0500.13183.5174.0249.8
Hex21D2DD5550Db84a32
Octal41322335125501527011262
Binary1000011101001011011101101010110101101101110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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