#5ACEDE

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

Shades of Turquoise Blue #5ACEDE

Tints of Turquoise Blue #5ACEDE

Color information

#5ACEDE (or 0x5ACEDE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CE and DE. RGB value is (90,206,222). Sum of RGB (Red+Green+Blue) = 90+206+222=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ACEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEDE is #A53121. Grayscale: #ACACAC. Windows color (decimal): -10826018 or 14601818. OLE color: 14601818.

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

Color convert

RGB90206222-
CMYK0.590.0700.13
HSL187.27º66.67%61.18%-
HSV(B)187.27º59.46%87.06%-
XYZ39.4751.5976.98-
YUV173.14155.5768.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.37%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=17.37%
G=39.77%
B=42.86%

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
Decimal902062220.590.0700.13187.2766.6761.18
Hex5ACEDE3B70Dbb433d
Octal13231633673701527310375
Binary1011010110011101101111011101111101101101110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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