#05FADC

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

Shades of Bright Turquoise #05FADC

Tints of Bright Turquoise #05FADC

Color information

#05FADC (or 0x05FADC) is unknown color: approx Bright Turquoise. HEX triplet: 05, FA and DC. RGB value is (5,250,220). Sum of RGB (Red+Green+Blue) = 5+250+220=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #05FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FADC is #FA0523. Grayscale: #ADADAD. Windows color (decimal): -16385316 or 14481925. OLE color: 14481925.

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

Color convert

RGB5250220-
CMYK0.9800.120.02
HSL172.65º96.08%50%-
HSV(B)172.65º98%98.04%-
XYZ47.1773.5779.42-
YUV173.32154.337.94-

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.63%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=1.05%
G=52.63%
B=46.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52502200.9800.120.02172.6596.0850
Hex5FADC620C2ad6032
Octal5372334142014225514062
Binary101111110101101110011000100110010101011011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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