#21EDE8

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

Shades of Bright Turquoise #21EDE8

Tints of Bright Turquoise #21EDE8

Color information

#21EDE8 (or 0x21EDE8) is unknown color: approx Bright Turquoise. HEX triplet: 21, ED and E8. RGB value is (33,237,232). Sum of RGB (Red+Green+Blue) = 33+237+232=502 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.57% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDE8 is #DE1217. Grayscale: #AFAFAF. Windows color (decimal): -14553624 or 15265057. OLE color: 15265057.

HSL color Cylindrical-coordinate representation of color #21EDE8: hue angle of 178.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDE8 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB33237232-
CMYK0.8600.020.07
HSL178.53º85%52.94%-
HSV(B)178.53º86.08%92.94%-
XYZ45.4866.7286.82-
YUV175.43159.9126.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.57%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=6.57%
G=47.21%
B=46.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332372320.8600.020.07178.538552.94
Hex21EDE856027b35535
Octal4135535012602726312565
Binary10000111101101111010001010110010111101100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,232); }

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

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

 a { background-color: rgb(33,237,232); }

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

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

 span { border-color: rgb(33,237,232); }

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