#21E2D8

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

Shades of Bright Turquoise #21E2D8

Tints of Bright Turquoise #21E2D8

Color information

#21E2D8 (or 0x21E2D8) is unknown color: approx Bright Turquoise. HEX triplet: 21, E2 and D8. RGB value is (33,226,216). Sum of RGB (Red+Green+Blue) = 33+226+216=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #21E2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E2D8 is #DE1D27. Grayscale: #A7A7A7. Windows color (decimal): -14556456 or 14213665. OLE color: 14213665.

HSL color Cylindrical-coordinate representation of color #21E2D8: hue angle of 176.89º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E2D8 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB33226216-
CMYK0.8500.040.11
HSL176.89º76.89%50.78%-
HSV(B)176.89º85.4%88.63%-
XYZ40.2259.6774.36-
YUV167.15155.5632.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.95%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=6.95%
G=47.58%
B=45.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal332262160.8500.040.11176.8976.8950.78
Hex21E2D85504Bb14d33
Octal41342330125041326111563
Binary1000011110001011011000101010101001011101100011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,226,216); }

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

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

 a { background-color: rgb(33,226,216); }

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

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

 span { border-color: rgb(33,226,216); }

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