#5AD9F1

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

Shades of Turquoise Blue #5AD9F1

Tints of Turquoise Blue #5AD9F1

Color information

#5AD9F1 (or 0x5AD9F1) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D9 and F1. RGB value is (90,217,241). Sum of RGB (Red+Green+Blue) = 90+217+241=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #5AD9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9F1 is #A5260E. Grayscale: #B5B5B5. Windows color (decimal): -10823183 or 15849818. OLE color: 15849818.

HSL color Cylindrical-coordinate representation of color #5AD9F1: hue angle of 189.54º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD9F1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90217241-
CMYK0.630.1000.05
HSL189.54º84.36%64.9%-
HSV(B)189.54º62.66%94.51%-
XYZ44.9158.1592.08-
YUV181.76161.4262.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.42%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=16.42%
G=39.60%
B=43.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902172410.630.1000.05189.5484.3664.9
Hex5AD9F13FA05be5441
Octal132331361771205276124101
Binary10110101101100111110001111111101001011011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,241); }

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

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

 a { background-color: rgb(90,217,241); }

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

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

 span { border-color: rgb(90,217,241); }

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