#5AC9DD

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

Shades of Turquoise Blue #5AC9DD

Tints of Turquoise Blue #5AC9DD

Color information

#5AC9DD (or 0x5AC9DD) is unknown color: approx Turquoise Blue. HEX triplet: 5A, C9 and DD. RGB value is (90,201,221). Sum of RGB (Red+Green+Blue) = 90+201+221=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AC9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC9DD is #A53622. Grayscale: #A9A9A9. Windows color (decimal): -10827299 or 14535002. OLE color: 14535002.

HSL color Cylindrical-coordinate representation of color #5AC9DD: hue angle of 189.16º 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 #5AC9DD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90201221-
CMYK0.590.0900.13
HSL189.16º65.83%60.98%-
HSV(B)189.16º59.28%86.67%-
XYZ38.1549.1775.89-
YUV170.09156.7370.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=17.58%
G=39.26%
B=43.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902012210.590.0900.13189.1665.8360.98
Hex5AC9DD3B90Dbd423d
Octal132311335731101527510275
Binary10110101100100111011101111011100101101101111011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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