#5AD6E6

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

Shades of Turquoise Blue #5AD6E6

Tints of Turquoise Blue #5AD6E6

Color information

#5AD6E6 (or 0x5AD6E6) is unknown color: approx Turquoise Blue. HEX triplet: 5A, D6 and E6. RGB value is (90,214,230). Sum of RGB (Red+Green+Blue) = 90+214+230=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #5AD6E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD6E6 is #A52919. Grayscale: #B2B2B2. Windows color (decimal): -10823962 or 15128154. OLE color: 15128154.

HSL color Cylindrical-coordinate representation of color #5AD6E6: hue angle of 186.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AD6E6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90214230-
CMYK0.610.0700.10
HSL186.86º73.68%62.75%-
HSV(B)186.86º60.87%90.2%-
XYZ42.5555.9883.43-
YUV178.75156.9264.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.85%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=16.85%
G=40.07%
B=43.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902142300.610.0700.10186.8673.6862.75
Hex5AD6E63D70Abb4a3f
Octal13232634675701227311277
Binary1011010110101101110011011110111101010101110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,214,230); }

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

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

 a { background-color: rgb(90,214,230); }

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

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

 span { border-color: rgb(90,214,230); }

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