#5ACEDD

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

Shades of Turquoise Blue #5ACEDD

Tints of Turquoise Blue #5ACEDD

Color information

#5ACEDD (or 0x5ACEDD) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CE and DD. RGB value is (90,206,221). Sum of RGB (Red+Green+Blue) = 90+206+221=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEDD is #A53122. Grayscale: #ACACAC. Windows color (decimal): -10826019 or 14536282. OLE color: 14536282.

HSL color Cylindrical-coordinate representation of color #5ACEDD: hue angle of 186.87º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACEDD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90206221-
CMYK0.590.0700.13
HSL186.87º65.83%60.98%-
HSV(B)186.87º59.28%86.67%-
XYZ39.3451.5476.28-
YUV173.03155.0768.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.41%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=17.41%
G=39.85%
B=42.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902062210.590.0700.13186.8765.8360.98
Hex5ACEDD3B70Dbb423d
Octal13231633573701527310275
Binary1011010110011101101110111101111101101101110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,206,221); }

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

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

 a { background-color: rgb(90,206,221); }

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

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

 span { border-color: rgb(90,206,221); }

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