#5ad3f4

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

Shades of Turquoise Blue #5AD3F4

Tints of Turquoise Blue #5AD3F4

Color information

#5AD3F4 (or 0x5AD3F4) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D3 and F4. RGB value is (90,211,244). Sum of RGB (Red+Green+Blue) = 90+211+244=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AD3F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD3F4 is #A52C0B. Grayscale: #B2B2B2. Windows color (decimal): -10824716 or 16044890. OLE color: 16044890.

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

Color convert

RGB90211244-
CMYK0.630.1400.04
HSL192.86º87.5%65.49%-
HSV(B)192.86º63.11%95.69%-
XYZ43.8455.2993.95-
YUV178.58164.9164.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.51%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=16.51%
G=38.72%
B=44.77%

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
Decimal902112440.630.1400.04192.8687.565.49
Hex5AD3F43FE04c15841
Octal132323364771604301130101
Binary10110101101001111110100111111111001001100000110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ad3f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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