#05FCE8

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

Shades of Bright Turquoise #05FCE8

Tints of Bright Turquoise #05FCE8

Color information

#05FCE8 (or 0x05FCE8) is unknown color: approx Bright Turquoise. HEX triplet: 05, FC and E8. RGB value is (5,252,232). Sum of RGB (Red+Green+Blue) = 5+252+232=489 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCE8 is #FA0317. Grayscale: #AFAFAF. Windows color (decimal): -16384792 or 15268869. OLE color: 15268869.

HSL color Cylindrical-coordinate representation of color #05FCE8: hue angle of 175.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCE8 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB5252232-
CMYK0.9800.080.01
HSL175.14º97.63%50.39%-
HSV(B)175.14º98.02%98.82%-
XYZ49.4475.4888.31-
YUV175.87159.676.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 232 (91.02% from 255) = 47.44%
R=1.02%
G=51.53%
B=47.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52522320.9800.080.01175.1497.6350.39
Hex5FCE862081af6232
Octal5374350142010125714262
Binary10111111100111010001100010010001101011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,252,232); }

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

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

 a { background-color: rgb(5,252,232); }

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

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

 span { border-color: rgb(5,252,232); }

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