Html Css Color HEX #5ADAFE Turquoise Blue

📋 copy color: '#5ADAFE'

red 90 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #5ADAFE

Tints of Turquoise Blue #5ADAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 16.01%
G = 38.79%
B = 45.2%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ADAFE (or 0x5ADAFE) is known color: Turquoise Blue. HEX triplet: 5A, DA and FE. RGB value is (90,218,254). Sum of RGB (Red+Green+Blue) = 90+218+254=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ADAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAFE is #A52501. Grayscale: #B7B7B7. Windows color (decimal): -10822914 or 16702042. OLE color: 16702042.

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

Color convert

RGB 90 218 254 -
CMYK 0.65 0.14 0 0.00
HSL 193.17º 0.99% 0.67% -
HSV(B) 193.17º 0.65% 1% -
XYZ 47.18 59.47 102.76 -
YUV 183.83 167.59 61.07 -
System Red Green Blue C M Y K H S L
Decimal 90 218 254 0.65 0.14 0 0.00 193.17 0.99 0.67
Hex 5A DA FE 41 E 0 0 C1 63 43
Octal 132 332 376 101 16 0 0 301 143 103
Binary 1011010 11011010 11111110 1000001 1110 0 0 11000001 1100011 1000011

Color Harmonies of #5ADAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAFE

Black with #5ADAFE

Text Example


Text Example

White with #5ADAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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