#21ffe5

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

Shades of Bright Turquoise #21FFE5

Tints of Bright Turquoise #21FFE5

Color information

#21FFE5 (or 0x21FFE5) is unknown color: approx Bright Turquoise. HEX triplet: 21, FF and E5. RGB value is (33,255,229). Sum of RGB (Red+Green+Blue) = 33+255+229=517 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.38% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFE5 is #DE001A. Grayscale: #B9B9B9. Windows color (decimal): -14549019 or 15073057. OLE color: 15073057.

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

Color convert

RGB33255229-
CMYK0.8700.100
HSL172.97º100%56.47%-
HSV(B)172.97º87.06%100%-
XYZ50.5377.586.42-
YUV185.66152.4519.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.38%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=6.38%
G=49.32%
B=44.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal332552290.8700.100172.9710056.47
Hex21FFE5570A0ad6438
Octal41377345127012025514470
Binary10000111111111111001011010111010100101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ffe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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