#5ACED0

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

Shades of Medium Turquoise #5ACED0

Tints of Medium Turquoise #5ACED0

Color information

#5ACED0 (or 0x5ACED0) is unknown color: approx Medium Turquoise. HEX triplet: 5A, CE and D0. RGB value is (90,206,208). Sum of RGB (Red+Green+Blue) = 90+206+208=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #5ACED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACED0 is #A5312F. Grayscale: #ABABAB. Windows color (decimal): -10826032 or 13684314. OLE color: 13684314.

HSL color Cylindrical-coordinate representation of color #5ACED0: hue angle of 181.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACED0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90206208-
CMYK0.570.0100.18
HSL181.02º55.66%58.43%-
HSV(B)181.02º56.73%81.57%-
XYZ37.6750.8767.51-
YUV171.54148.5769.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.86%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=17.86%
G=40.87%
B=41.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902062080.570.0100.18181.0255.6658.43
Hex5ACED0391012b5383a
Octal1323163207110222657072
Binary10110101100111011010000111001101001010110101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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