#05FADE

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

Shades of Bright Turquoise #05FADE

Tints of Bright Turquoise #05FADE

Color information

#05FADE (or 0x05FADE) is unknown color: approx Bright Turquoise. HEX triplet: 05, FA and DE. RGB value is (5,250,222). Sum of RGB (Red+Green+Blue) = 5+250+222=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #05FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FADE is #FA0521. Grayscale: #ADADAD. Windows color (decimal): -16385314 or 14612997. OLE color: 14612997.

HSL color Cylindrical-coordinate representation of color #05FADE: hue angle of 173.14º degrees, saturation: 0.96, 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 #05FADE is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB5250222-
CMYK0.9800.110.02
HSL173.14º96.08%50%-
HSV(B)173.14º98%98.04%-
XYZ47.4373.6880.83-
YUV173.55155.337.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 250 (98.05% from 255) = 52.41%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=1.05%
G=52.41%
B=46.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52502220.9800.110.02173.1496.0850
Hex5FADE620B2ad6032
Octal5372336142013225514062
Binary101111110101101111011000100101110101011011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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