Html Css Color HEX #5ADCF6 Turquoise Blue

📋 copy color: '#5ADCF6'

red 90 ◦ green 220 ◦ blue 246

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

Shades of Turquoise Blue #5ADCF6

Tints of Turquoise Blue #5ADCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

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

R = 16.19%
G = 39.57%
B = 44.24%

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

#5ADCF6 (or 0x5ADCF6) is known color: Turquoise Blue. HEX triplet: 5A, DC and F6. RGB value is (90,220,246). Sum of RGB (Red+Green+Blue) = 90+220+246=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ADCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCF6 is #A52309. Grayscale: #B7B7B7. Windows color (decimal): -10822410 or 16178266. OLE color: 16178266.

HSL color Cylindrical-coordinate representation of color #5ADCF6: hue angle of 190º 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 #5ADCF6 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 220 246 -
CMYK 0.63 0.11 0 0.04
HSL 190º 0.9% 0.66% -
HSV(B) 190º 0.63% 0.96% -
XYZ 46.44 60.01 96.32 -
YUV 184.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 90 220 246 0.63 0.11 0 0.04 190 0.9 0.66
Hex 5A DC F6 3F B 0 4 BE 5A 42
Octal 132 334 366 77 13 0 4 276 132 102
Binary 1011010 11011100 11110110 111111 1011 0 100 10111110 1011010 1000010

Color Harmonies of #5ADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCF6

Black with #5ADCF6

Text Example


Text Example

White with #5ADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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