#5ADBDE

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

Shades of Turquoise Blue #5ADBDE

Tints of Turquoise Blue #5ADBDE

Color information

#5ADBDE (or 0x5ADBDE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, DB and DE. RGB value is (90,219,222). Sum of RGB (Red+Green+Blue) = 90+219+222=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ADBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBDE is #A52421. Grayscale: #B4B4B4. Windows color (decimal): -10822690 or 14605146. OLE color: 14605146.

HSL color Cylindrical-coordinate representation of color #5ADBDE: hue angle of 181.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBDE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90219222-
CMYK0.590.0100.13
HSL181.36º66.67%61.18%-
HSV(B)181.36º59.46%87.06%-
XYZ42.7358.1178.07-
YUV180.77151.2663.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.95%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=16.95%
G=41.24%
B=41.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902192220.590.0100.13181.3666.6761.18
Hex5ADBDE3B10Db5433d
Octal13233333673101526510375
Binary10110101101101111011110111011101101101101011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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