#5AD2F8

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

Shades of Turquoise Blue #5AD2F8

Tints of Turquoise Blue #5AD2F8

Color information

#5AD2F8 (or 0x5AD2F8) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D2 and F8. RGB value is (90,210,248). Sum of RGB (Red+Green+Blue) = 90+210+248=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #5AD2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2F8 is #A52D07. Grayscale: #B2B2B2. Windows color (decimal): -10824968 or 16306778. OLE color: 16306778.

HSL color Cylindrical-coordinate representation of color #5AD2F8: hue angle of 194.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD2F8 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB90210248-
CMYK0.640.1500.03
HSL194.43º91.86%66.27%-
HSV(B)194.43º63.71%97.25%-
XYZ44.2155.0497.1-
YUV178.45167.2464.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.42%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=16.42%
G=38.32%
B=45.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal902102480.640.1500.03194.4391.8666.27
Hex5AD2F840F03c25c42
Octal1323223701001703302134102
Binary10110101101001011111000100000011110111100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,210,248); }

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

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

 a { background-color: rgb(90,210,248); }

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

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

 span { border-color: rgb(90,210,248); }

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