Html Css Color HEX #5ADAFF Turquoise Blue

📋 copy color: '#5ADAFF'

red 90 ◦ green 218 ◦ blue 255

#5ADAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5ADAFF

Tints of Turquoise Blue #5ADAFF

RGB

 RED value IS 90 (35.55% from 255) = 15.99%

 GREEN value IS 218 (85.55% from 255) = 38.72%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 15.99%
G = 38.72%
B = 45.29%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5ADAFF (or 0x5ADAFF) is known color: Turquoise Blue. HEX triplet: 5A, DA and FF. RGB value is (90,218,255). Sum of RGB (Red+Green+Blue) = 90+218+255=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ADAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAFF is #A52500. Grayscale: #B7B7B7. Windows color (decimal): -10822913 or 16767578. OLE color: 16767578.

HSL color Cylindrical-coordinate representation of color #5ADAFF: hue angle of 193.45º 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 #5ADAFF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 218 255 -
CMYK 0.65 0.15 0 0
HSL 193.45º 1% 0.68% -
HSV(B) 193.45º 0.65% 1% -
XYZ 47.34 59.54 103.6 -
YUV 183.95 168.09 60.99 -
System Red Green Blue C M Y K H S L
Decimal 90 218 255 0.65 0.15 0 0 193.45 1 0.68
Hex 5A DA FF 41 F 0 0 C1 64 44
Octal 132 332 377 101 17 0 0 301 144 104
Binary 1011010 11011010 11111111 1000001 1111 0 0 11000001 1100100 1000100

Color Harmonies of #5ADAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAFF

Black with #5ADAFF

Text Example


Text Example

White with #5ADAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ADAFF;
 }
 .AnyTagClassName
 {
   color: #5ADAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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