#5ADBFF

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

Shades of Turquoise Blue #5ADBFF

Tints of Turquoise Blue #5ADBFF

Color information

#5ADBFF (or 0x5ADBFF) is unknown color: approx Turquoise Blue. HEX triplet: 5A, DB and FF. RGB value is (90,219,255). Sum of RGB (Red+Green+Blue) = 90+219+255=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ADBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFF is #A52400. Grayscale: #B8B8B8. Windows color (decimal): -10822657 or 16767834. OLE color: 16767834.

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

Color convert

RGB90219255-
CMYK0.650.1400
HSL193.09º100%67.65%-
HSV(B)193.09º64.71%100%-
XYZ47.660.06103.69-
YUV184.53167.7660.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.96%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 255 (100% from 255) = 45.21%
R=15.96%
G=38.83%
B=45.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902192550.650.1400193.0910067.65
Hex5ADBFF41E00c16444
Octal1323333771011600301144104
Binary1011010110110111111111110000011110001100000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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