#5ACDDC

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

Shades of Turquoise Blue #5ACDDC

Tints of Turquoise Blue #5ACDDC

Color information

#5ACDDC (or 0x5ACDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CD and DC. RGB value is (90,205,220). Sum of RGB (Red+Green+Blue) = 90+205+220=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ACDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDDC is #A53223. Grayscale: #ACACAC. Windows color (decimal): -10826276 or 14470490. OLE color: 14470490.

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

Color convert

RGB90205220-
CMYK0.590.0700.14
HSL186.92º65%60.78%-
HSV(B)186.92º59.09%86.27%-
XYZ38.975175.5-
YUV172.32154.969.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.48%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=17.48%
G=39.81%
B=42.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902052200.590.0700.14186.926560.78
Hex5ACDDC3B70Ebb413d
Octal13231533473701627310175
Binary1011010110011011101110011101111101110101110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,205,220); }

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

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

 a { background-color: rgb(90,205,220); }

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

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

 span { border-color: rgb(90,205,220); }

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