#05FBE8

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

Shades of Bright Turquoise #05FBE8

Tints of Bright Turquoise #05FBE8

Color information

#05FBE8 (or 0x05FBE8) is unknown color: approx Bright Turquoise. HEX triplet: 05, FB and E8. RGB value is (5,251,232). Sum of RGB (Red+Green+Blue) = 5+251+232=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #05FBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FBE8 is #FA0417. Grayscale: #AFAFAF. Windows color (decimal): -16385048 or 15268613. OLE color: 15268613.

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

Color convert

RGB5251232-
CMYK0.9800.080.02
HSL175.37º96.85%50.2%-
HSV(B)175.37º98.01%98.43%-
XYZ49.1374.8588.2-
YUV175.281606.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 251 (98.44% from 255) = 51.43%
BLUE value IS 232 (91.02% from 255) = 47.54%
R=1.02%
G=51.43%
B=47.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52512320.9800.080.02175.3796.8550.2
Hex5FBE862082af6132
Octal5373350142010225714162
Binary101111110111110100011000100100010101011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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