#5ACCDE

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

Shades of Turquoise Blue #5ACCDE

Tints of Turquoise Blue #5ACCDE

Color information

#5ACCDE (or 0x5ACCDE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CC and DE. RGB value is (90,204,222). Sum of RGB (Red+Green+Blue) = 90+204+222=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ACCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCDE is #A53321. Grayscale: #ABABAB. Windows color (decimal): -10826530 or 14601306. OLE color: 14601306.

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

Color convert

RGB90204222-
CMYK0.590.0800.13
HSL188.18º66.67%61.18%-
HSV(B)188.18º59.46%87.06%-
XYZ38.9950.6376.83-
YUV171.97156.2369.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=17.44%
G=39.53%
B=43.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902042220.590.0800.13188.1866.6761.18
Hex5ACCDE3B80Dbc433d
Octal132314336731001527410375
Binary10110101100110011011110111011100001101101111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,204,222); }

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

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

 a { background-color: rgb(90,204,222); }

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

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

 span { border-color: rgb(90,204,222); }

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