#05F6EB

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

Shades of Bright Turquoise #05F6EB

Tints of Bright Turquoise #05F6EB

Color information

#05F6EB (or 0x05F6EB) is unknown color: approx Bright Turquoise. HEX triplet: 05, F6 and EB. RGB value is (5,246,235). Sum of RGB (Red+Green+Blue) = 5+246+235=486 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #05F6EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F6EB is #FA0914. Grayscale: #ACACAC. Windows color (decimal): -16386325 or 15463941. OLE color: 15463941.

HSL color Cylindrical-coordinate representation of color #05F6EB: hue angle of 177.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F6EB is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB5246235-
CMYK0.9800.040.04
HSL177.26º96.02%49.22%-
HSV(B)177.26º97.97%96.47%-
XYZ48.0171.9489.95-
YUV172.69163.168.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.03%
GREEN value IS 246 (96.48% from 255) = 50.62%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=1.03%
G=50.62%
B=48.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52462350.9800.040.04177.2696.0249.22
Hex5F6EB62044b16031
Octal536635314204426114061
Binary101111101101110101111000100100100101100011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,246,235); }

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

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

 a { background-color: rgb(5,246,235); }

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

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

 span { border-color: rgb(5,246,235); }

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