#21f8ec

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

Shades of Bright Turquoise #21F8EC

Tints of Bright Turquoise #21F8EC

Color information

#21F8EC (or 0x21F8EC) is unknown color: approx Bright Turquoise. HEX triplet: 21, F8 and EC. RGB value is (33,248,236). Sum of RGB (Red+Green+Blue) = 33+248+236=517 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.38% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #21F8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F8EC is #DE0713. Grayscale: #B6B6B6. Windows color (decimal): -14550804 or 15530017. OLE color: 15530017.

HSL color Cylindrical-coordinate representation of color #21F8EC: hue angle of 176.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F8EC is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB33248236-
CMYK0.8700.050.03
HSL176.65º93.89%55.1%-
HSV(B)176.65º86.69%97.25%-
XYZ49.3373.5190.95-
YUV182.35158.2721.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.38%
GREEN value IS 248 (97.27% from 255) = 47.97%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=6.38%
G=47.97%
B=45.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal332482360.8700.050.03176.6593.8955.1
Hex21F8EC57053b15e37
Octal4137035412705326113667
Binary10000111111000111011001010111010111101100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21f8ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,248,236); }

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

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

 a { background-color: rgb(33,248,236); }

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

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

 span { border-color: rgb(33,248,236); }

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