#21FEE5

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

Shades of Bright Turquoise #21FEE5

Tints of Bright Turquoise #21FEE5

Color information

#21FEE5 (or 0x21FEE5) is unknown color: approx Bright Turquoise. HEX triplet: 21, FE and E5. RGB value is (33,254,229). Sum of RGB (Red+Green+Blue) = 33+254+229=516 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.40% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #21FEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FEE5 is #DE011A. Grayscale: #B8B8B8. Windows color (decimal): -14549275 or 15072801. OLE color: 15072801.

HSL color Cylindrical-coordinate representation of color #21FEE5: hue angle of 173.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FEE5 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB33254229-
CMYK0.8700.100.00
HSL173.21º99.1%56.27%-
HSV(B)173.21º87.01%99.61%-
XYZ50.2176.8686.32-
YUV185.07152.7819.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.40%
GREEN value IS 254 (99.61% from 255) = 49.22%
BLUE value IS 229 (89.84% from 255) = 44.38%
R=6.40%
G=49.22%
B=44.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal332542290.8700.100.00173.2199.156.27
Hex21FEE5570A0ad6338
Octal41376345127012025514370
Binary10000111111110111001011010111010100101011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,254,229); }

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

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

 a { background-color: rgb(33,254,229); }

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

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

 span { border-color: rgb(33,254,229); }

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