#05FEE5

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

Shades of Bright Turquoise #05FEE5

Tints of Bright Turquoise #05FEE5

Color information

#05FEE5 (or 0x05FEE5) is unknown color: approx Bright Turquoise. HEX triplet: 05, FE and E5. RGB value is (5,254,229). Sum of RGB (Red+Green+Blue) = 5+254+229=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FEE5 is #FA011A. Grayscale: #B0B0B0. Windows color (decimal): -16384283 or 15072773. OLE color: 15072773.

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

Color convert

RGB5254229-
CMYK0.9800.100.00
HSL173.98º99.2%50.78%-
HSV(B)173.98º98.03%99.61%-
XYZ49.6576.5786.29-
YUV176.7157.515.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 254 (99.61% from 255) = 52.05%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=1.02%
G=52.05%
B=46.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal52542290.9800.100.00173.9899.250.78
Hex5FEE5620A0ae6333
Octal5376345142012025614363
Binary10111111110111001011100010010100101011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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