Html Css Color HEX #5ADEC7 Medium Turquoise

📋 copy color: '#5ADEC7'

red 90 ◦ green 222 ◦ blue 199

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

Shades of Medium Turquoise #5ADEC7

Tints of Medium Turquoise #5ADEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

 BLUE value IS 199 (78.13% from 255) = 38.94%

R = 17.61%
G = 43.44%
B = 38.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#5ADEC7 (or 0x5ADEC7) is known color: Medium Turquoise. HEX triplet: 5A, DE and C7. RGB value is (90,222,199). Sum of RGB (Red+Green+Blue) = 90+222+199=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEC7 is #A52138. Grayscale: #B3B3B3. Windows color (decimal): -10821945 or 13098586. OLE color: 13098586.

HSL color Cylindrical-coordinate representation of color #5ADEC7: hue angle of 169.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEC7 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 199 -
CMYK 0.59 0 0.10 0.13
HSL 169.55º 0.67% 0.61% -
HSV(B) 169.55º 0.59% 0.87% -
XYZ 40.65 58.54 63.19 -
YUV 179.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 90 222 199 0.59 0 0.10 0.13 169.55 0.67 0.61
Hex 5A DE C7 3B 0 A D AA 43 3D
Octal 132 336 307 73 0 12 15 252 103 75
Binary 1011010 11011110 11000111 111011 0 1010 1101 10101010 1000011 111101

Color Harmonies of #5ADEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEC7

Black with #5ADEC7

Text Example


Text Example

White with #5ADEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,222,199); }

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

background-color css

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

 a { background-color: rgb(90,222,199); }

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

border-color css

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

 span { border-color: rgb(90,222,199); }

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