#5AD8FF

Color #5AD8FF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5AD8FF

Tints of Turquoise Blue #5AD8FF

Color information

#5AD8FF (or 0x5AD8FF) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D8 and FF. RGB value is (90,216,255). Sum of RGB (Red+Green+Blue) = 90+216+255=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AD8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD8FF is #A52700. Grayscale: #B6B6B6. Windows color (decimal): -10823425 or 16767066. OLE color: 16767066.

HSL color Cylindrical-coordinate representation of color #5AD8FF: hue angle of 194.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD8FF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90216255-
CMYK0.650.1500
HSL194.18º100%67.65%-
HSV(B)194.18º64.71%100%-
XYZ46.8258.51103.43-
YUV182.77168.7661.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.04%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 255 (100% from 255) = 45.45%
R=16.04%
G=38.50%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902162550.650.1500194.1810067.65
Hex5AD8FF41F00c26444
Octal1323303771011700302144104
Binary1011010110110001111111110000011111001100001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AD8FF; }

 p { color: rgb(90,216,255); }

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

<style>
 a { background-color: #5AD8FF; }

 a { background-color: rgb(90,216,255); }

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

<style>
 span { border-color: #5AD8FF; }

 span { border-color: rgb(90,216,255); }

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