#5ad3ee

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

Shades of Turquoise Blue #5AD3EE

Tints of Turquoise Blue #5AD3EE

Color information

#5AD3EE (or 0x5AD3EE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D3 and EE. RGB value is (90,211,238). Sum of RGB (Red+Green+Blue) = 90+211+238=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AD3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD3EE is #A52C11. Grayscale: #B1B1B1. Windows color (decimal): -10824722 or 15651674. OLE color: 15651674.

HSL color Cylindrical-coordinate representation of color #5AD3EE: hue angle of 190.95º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AD3EE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90211238-
CMYK0.620.1100.07
HSL190.95º81.32%64.31%-
HSV(B)190.95º62.18%93.33%-
XYZ42.9454.9489.23-
YUV177.9161.9165.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.70%
GREEN value IS 211 (82.81% from 255) = 39.15%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=16.70%
G=39.15%
B=44.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902112380.620.1100.07190.9581.3264.31
Hex5AD3EE3EB07bf5140
Octal132323356761307277121100
Binary10110101101001111101110111110101101111011111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ad3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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