#05FCE9

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

Shades of Bright Turquoise #05FCE9

Tints of Bright Turquoise #05FCE9

Color information

#05FCE9 (or 0x05FCE9) is unknown color: approx Bright Turquoise. HEX triplet: 05, FC and E9. RGB value is (5,252,233). Sum of RGB (Red+Green+Blue) = 5+252+233=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCE9 is #FA0316. Grayscale: #AFAFAF. Windows color (decimal): -16384791 or 15334405. OLE color: 15334405.

HSL color Cylindrical-coordinate representation of color #05FCE9: hue angle of 175.38º 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 #05FCE9 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB5252233-
CMYK0.9800.080.01
HSL175.38º97.63%50.39%-
HSV(B)175.38º98.02%98.82%-
XYZ49.5875.5489.06-
YUV175.98160.176.04-

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.43%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=1.02%
G=51.43%
B=47.55%

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
Decimal52522330.9800.080.01175.3897.6350.39
Hex5FCE962081af6232
Octal5374351142010125714262
Binary10111111100111010011100010010001101011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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