#21E1DC

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

Shades of Bright Turquoise #21E1DC

Tints of Bright Turquoise #21E1DC

Color information

#21E1DC (or 0x21E1DC) is unknown color: approx Bright Turquoise. HEX triplet: 21, E1 and DC. RGB value is (33,225,220). Sum of RGB (Red+Green+Blue) = 33+225+220=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1DC is #DE1E23. Grayscale: #A6A6A6. Windows color (decimal): -14556708 or 14475553. OLE color: 14475553.

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

Color convert

RGB33225220-
CMYK0.8500.020.12
HSL178.44º76.19%50.59%-
HSV(B)178.44º85.33%88.24%-
XYZ40.4759.3477.03-
YUV167.02157.8932.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.90%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=6.90%
G=47.07%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332252200.8500.020.12178.4476.1950.59
Hex21E1DC5502Cb24c33
Octal41341334125021426211463
Binary100001111000011101110010101010101100101100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,225,220); }

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

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

 a { background-color: rgb(33,225,220); }

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

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

 span { border-color: rgb(33,225,220); }

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