#21EAE8

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

Shades of Bright Turquoise #21EAE8

Tints of Bright Turquoise #21EAE8

Color information

#21EAE8 (or 0x21EAE8) is unknown color: approx Bright Turquoise. HEX triplet: 21, EA and E8. RGB value is (33,234,232). Sum of RGB (Red+Green+Blue) = 33+234+232=499 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.61% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #21EAE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EAE8 is #DE1517. Grayscale: #ADADAD. Windows color (decimal): -14554392 or 15264289. OLE color: 15264289.

HSL color Cylindrical-coordinate representation of color #21EAE8: hue angle of 179.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EAE8 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB33234232-
CMYK0.8600.010.08
HSL179.4º82.72%52.35%-
HSV(B)179.4º85.9%91.76%-
XYZ44.626586.54-
YUV173.67160.9127.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.61%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 232 (91.02% from 255) = 46.49%
R=6.61%
G=46.89%
B=46.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal332342320.8600.010.08179.482.7252.35
Hex21EAE856018b35334
Octal41352350126011026312364
Binary10000111101010111010001010110011000101100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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