#05FCF4

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

Shades of Aqua #05FCF4

Tints of Aqua #05FCF4

Color information

#05FCF4 (or 0x05FCF4) is unknown color: approx Aqua. HEX triplet: 05, FC and F4. RGB value is (5,252,244). Sum of RGB (Red+Green+Blue) = 5+252+244=501 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCF4 is #FA030B. Grayscale: #B1B1B1. Windows color (decimal): -16384780 or 16055301. OLE color: 16055301.

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

Color convert

RGB5252244-
CMYK0.9800.030.01
HSL178.06º97.63%50.39%-
HSV(B)178.06º98.02%98.82%-
XYZ51.276.1897.59-
YUV177.24165.675.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.00%
GREEN value IS 252 (98.83% from 255) = 50.30%
BLUE value IS 244 (95.70% from 255) = 48.70%
R=1.00%
G=50.30%
B=48.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52522440.9800.030.01178.0697.6350.39
Hex5FCF462031b26232
Octal537436414203126214262
Binary101111111001111010011000100111101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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