#05FCFA

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

Shades of Aqua #05FCFA

Tints of Aqua #05FCFA

Color information

#05FCFA (or 0x05FCFA) is unknown color: approx Aqua. HEX triplet: 05, FC and FA. RGB value is (5,252,250). Sum of RGB (Red+Green+Blue) = 5+252+250=507 (67% of max value = 765). Red value is 5 (2.34% from 255 or 0.99% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCFA is #FA0305. Grayscale: #B1B1B1. Windows color (decimal): -16384774 or 16448517. OLE color: 16448517.

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

Color convert

RGB5252250-
CMYK0.9800.010.01
HSL179.51º97.63%50.39%-
HSV(B)179.51º98.02%98.82%-
XYZ52.1376.56102.47-
YUV177.92168.674.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 0.99%
GREEN value IS 252 (98.83% from 255) = 49.70%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=0.99%
G=49.70%
B=49.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52522500.9800.010.01179.5197.6350.39
Hex5FCFA62011b46232
Octal537437214201126414262
Binary10111111100111110101100010011101101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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