#21DEE0

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

Shades of Bright Turquoise #21DEE0

Tints of Bright Turquoise #21DEE0

Color information

#21DEE0 (or 0x21DEE0) is unknown color: approx Bright Turquoise. HEX triplet: 21, DE and E0. RGB value is (33,222,224). Sum of RGB (Red+Green+Blue) = 33+222+224=479 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.89% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #21DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DEE0 is #DE211F. Grayscale: #A5A5A5. Windows color (decimal): -14557472 or 14736929. OLE color: 14736929.

HSL color Cylindrical-coordinate representation of color #21DEE0: hue angle of 180.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DEE0 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33222224-
CMYK0.850.0100.12
HSL180.63º75.49%50.39%-
HSV(B)180.63º85.27%87.84%-
XYZ40.257.9579.59-
YUV165.72160.8833.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.89%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=6.89%
G=46.35%
B=46.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332222240.850.0100.12180.6375.4950.39
Hex21DEE05510Cb54b32
Octal41336340125101426511362
Binary10000111011110111000001010101101100101101011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,222,224); }

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

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

 a { background-color: rgb(33,222,224); }

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

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

 span { border-color: rgb(33,222,224); }

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