Html Css Color HEX #5ADAE2 Turquoise Blue

📋 copy color: '#5ADAE2'

red 90 ◦ green 218 ◦ blue 226

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

Shades of Turquoise Blue #5ADAE2

Tints of Turquoise Blue #5ADAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.32%

R = 16.85%
G = 40.82%
B = 42.32%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5ADAE2 (or 0x5ADAE2) is known color: Turquoise Blue. HEX triplet: 5A, DA and E2. RGB value is (90,218,226). Sum of RGB (Red+Green+Blue) = 90+218+226=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #5ADAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADAE2 is #A5251D. Grayscale: #B4B4B4. Windows color (decimal): -10822942 or 14867034. OLE color: 14867034.

HSL color Cylindrical-coordinate representation of color #5ADAE2: hue angle of 183.53º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADAE2 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 90 218 226 -
CMYK 0.60 0.04 0 0.11
HSL 183.53º 0.7% 0.62% -
HSV(B) 183.53º 0.6% 0.89% -
XYZ 43.02 57.81 80.84 -
YUV 180.64 153.59 63.35 -
System Red Green Blue C M Y K H S L
Decimal 90 218 226 0.60 0.04 0 0.11 183.53 0.7 0.62
Hex 5A DA E2 3C 4 0 B B8 46 3E
Octal 132 332 342 74 4 0 13 270 106 76
Binary 1011010 11011010 11100010 111100 100 0 1011 10111000 1000110 111110

Color Harmonies of #5ADAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAE2

Black with #5ADAE2

Text Example


Text Example

White with #5ADAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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