#5ADCE6

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

Shades of Turquoise Blue #5ADCE6

Tints of Turquoise Blue #5ADCE6

Color information

#5ADCE6 (or 0x5ADCE6) is unknown color: approx Turquoise Blue. HEX triplet: 5A, DC and E6. RGB value is (90,220,230). Sum of RGB (Red+Green+Blue) = 90+220+230=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #5ADCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCE6 is #A52319. Grayscale: #B6B6B6. Windows color (decimal): -10822426 or 15129690. OLE color: 15129690.

HSL color Cylindrical-coordinate representation of color #5ADCE6: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ADCE6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90220230-
CMYK0.610.0400.10
HSL184.29º73.68%62.75%-
HSV(B)184.29º60.87%90.2%-
XYZ44.0959.0783.94-
YUV182.27154.9362.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.67%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 230 (90.23% from 255) = 42.59%
R=16.67%
G=40.74%
B=42.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902202300.610.0400.10184.2973.6862.75
Hex5ADCE63D40Ab84a3f
Octal13233434675401227011277
Binary1011010110111001110011011110110001010101110001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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