#5AD3F6

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

Shades of Turquoise Blue #5AD3F6

Tints of Turquoise Blue #5AD3F6

Color information

#5AD3F6 (or 0x5AD3F6) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D3 and F6. RGB value is (90,211,246). Sum of RGB (Red+Green+Blue) = 90+211+246=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #5AD3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD3F6 is #A52C09. Grayscale: #B2B2B2. Windows color (decimal): -10824714 or 16175962. OLE color: 16175962.

HSL color Cylindrical-coordinate representation of color #5AD3F6: hue angle of 193.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD3F6 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90211246-
CMYK0.630.1400.04
HSL193.46º89.66%65.88%-
HSV(B)193.46º63.41%96.47%-
XYZ44.1555.4295.56-
YUV178.81165.9164.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.45%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=16.45%
G=38.57%
B=44.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902112460.630.1400.04193.4689.6665.88
Hex5AD3F63FE04c15a42
Octal132323366771604301132102
Binary10110101101001111110110111111111001001100000110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,211,246); }

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

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

 a { background-color: rgb(90,211,246); }

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

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

 span { border-color: rgb(90,211,246); }

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