#5ACDDB

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

Shades of Turquoise Blue #5ACDDB

Tints of Turquoise Blue #5ACDDB

Color information

#5ACDDB (or 0x5ACDDB) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CD and DB. RGB value is (90,205,219). Sum of RGB (Red+Green+Blue) = 90+205+219=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ACDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDDB is #A53224. Grayscale: #ACACAC. Windows color (decimal): -10826277 or 14404954. OLE color: 14404954.

HSL color Cylindrical-coordinate representation of color #5ACDDB: hue angle of 186.51º degrees, saturation: 0.64, 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 #5ACDDB is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90205219-
CMYK0.590.0600.14
HSL186.51º64.18%60.59%-
HSV(B)186.51º58.9%85.88%-
XYZ38.8350.9574.81-
YUV172.21154.469.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.51%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=17.51%
G=39.88%
B=42.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902052190.590.0600.14186.5164.1860.59
Hex5ACDDB3B60Ebb403d
Octal13231533373601627310075
Binary1011010110011011101101111101111001110101110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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