#21EFDD

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

Shades of Bright Turquoise #21EFDD

Tints of Bright Turquoise #21EFDD

Color information

#21EFDD (or 0x21EFDD) is unknown color: approx Bright Turquoise. HEX triplet: 21, EF and DD. RGB value is (33,239,221). Sum of RGB (Red+Green+Blue) = 33+239+221=493 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.69% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFDD is #DE1022. Grayscale: #AFAFAF. Windows color (decimal): -14553123 or 14544673. OLE color: 14544673.

HSL color Cylindrical-coordinate representation of color #21EFDD: hue angle of 174.76º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFDD is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB33239221-
CMYK0.8600.080.06
HSL174.76º86.55%53.33%-
HSV(B)174.76º86.19%93.73%-
XYZ44.5467.2879.04-
YUV175.35153.7526.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.69%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=6.69%
G=48.48%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal332392210.8600.080.06174.7686.5553.33
Hex21EFDD56086af5735
Octal41357335126010625712765
Binary1000011110111111011101101011001000110101011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,239,221); }

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

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

 a { background-color: rgb(33,239,221); }

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

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

 span { border-color: rgb(33,239,221); }

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