#5AECED

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

Shades of Turquoise Blue #5AECED

Tints of Turquoise Blue #5AECED

Color information

#5AECED (or 0x5AECED) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EC and ED. RGB value is (90,236,237). Sum of RGB (Red+Green+Blue) = 90+236+237=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECED is #A51312. Grayscale: #C0C0C0. Windows color (decimal): -10818323 or 15592538. OLE color: 15592538.

HSL color Cylindrical-coordinate representation of color #5AECED: hue angle of 180.41º degrees, saturation: 0.8, 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 #5AECED is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90236237-
CMYK0.620.0000.07
HSL180.41º80.33%64.12%-
HSV(B)180.41º62.03%92.94%-
XYZ49.568.2890.69-
YUV192.46153.1354.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.99%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=15.99%
G=41.92%
B=42.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902362370.620.0000.07180.4180.3364.12
Hex5AECED3E007b45040
Octal13235435576007264120100
Binary10110101110110011101101111110001111011010010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,236,237); }

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

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

 a { background-color: rgb(90,236,237); }

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

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

 span { border-color: rgb(90,236,237); }

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