#5ADBDC

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

Shades of Turquoise Blue #5ADBDC

Tints of Turquoise Blue #5ADBDC

Color information

#5ADBDC (or 0x5ADBDC) is unknown color: approx Turquoise Blue. HEX triplet: 5A, DB and DC. RGB value is (90,219,220). Sum of RGB (Red+Green+Blue) = 90+219+220=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ADBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBDC is #A52423. Grayscale: #B4B4B4. Windows color (decimal): -10822692 or 14474074. OLE color: 14474074.

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

Color convert

RGB90219220-
CMYK0.590.0000.14
HSL180.46º65%60.78%-
HSV(B)180.46º59.09%86.27%-
XYZ42.475876.67-
YUV180.54150.2663.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.01%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=17.01%
G=41.40%
B=41.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902192200.590.0000.14180.466560.78
Hex5ADBDC3B00Eb4413d
Octal13233333473001626410175
Binary10110101101101111011100111011001110101101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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