#21EDEA

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

Shades of Bright Turquoise #21EDEA

Tints of Bright Turquoise #21EDEA

Color information

#21EDEA (or 0x21EDEA) is unknown color: approx Bright Turquoise. HEX triplet: 21, ED and EA. RGB value is (33,237,234). Sum of RGB (Red+Green+Blue) = 33+237+234=504 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.55% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDEA is #DE1215. Grayscale: #AFAFAF. Windows color (decimal): -14553622 or 15396129. OLE color: 15396129.

HSL color Cylindrical-coordinate representation of color #21EDEA: hue angle of 179.12º 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 #21EDEA is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB33237234-
CMYK0.8600.010.07
HSL179.12º85%52.94%-
HSV(B)179.12º86.08%92.94%-
XYZ45.7666.8388.33-
YUV175.66160.9126.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.55%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=6.55%
G=47.02%
B=46.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332372340.8600.010.07179.128552.94
Hex21EDEA56017b35535
Octal4135535212601726312565
Binary1000011110110111101010101011001111101100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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