Html Css Color HEX #5ADAF6 Turquoise Blue

📋 copy color: '#5ADAF6'

red 90 ◦ green 218 ◦ blue 246

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

Shades of Turquoise Blue #5ADAF6

Tints of Turquoise Blue #5ADAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 16.25%
G = 39.35%
B = 44.4%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ADAF6 (or 0x5ADAF6) is known color: Turquoise Blue. HEX triplet: 5A, DA and F6. RGB value is (90,218,246). Sum of RGB (Red+Green+Blue) = 90+218+246=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ADAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAF6 is #A52509. Grayscale: #B6B6B6. Windows color (decimal): -10822922 or 16177754. OLE color: 16177754.

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

Color convert

RGB 90 218 246 -
CMYK 0.63 0.11 0 0.04
HSL 190.77º 0.9% 0.66% -
HSV(B) 190.77º 0.63% 0.96% -
XYZ 45.92 58.97 96.15 -
YUV 182.92 163.59 61.72 -
System Red Green Blue C M Y K H S L
Decimal 90 218 246 0.63 0.11 0 0.04 190.77 0.9 0.66
Hex 5A DA F6 3F B 0 4 BF 5A 42
Octal 132 332 366 77 13 0 4 277 132 102
Binary 1011010 11011010 11110110 111111 1011 0 100 10111111 1011010 1000010

Color Harmonies of #5ADAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAF6

Black with #5ADAF6

Text Example


Text Example

White with #5ADAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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