Html Css Color HEX #5ADED7 Medium Turquoise

📋 copy color: '#5ADED7'

red 90 ◦ green 222 ◦ blue 215

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

Shades of Medium Turquoise #5ADED7

Tints of Medium Turquoise #5ADED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 17.08%
G = 42.13%
B = 40.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#5ADED7 (or 0x5ADED7) is known color: Medium Turquoise. HEX triplet: 5A, DE and D7. RGB value is (90,222,215). Sum of RGB (Red+Green+Blue) = 90+222+215=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADED7 is #A52128. Grayscale: #B5B5B5. Windows color (decimal): -10821929 or 14147162. OLE color: 14147162.

HSL color Cylindrical-coordinate representation of color #5ADED7: hue angle of 176.82º 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 #5ADED7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 215 -
CMYK 0.59 0 0.03 0.13
HSL 176.82º 0.67% 0.61% -
HSV(B) 176.82º 0.59% 0.87% -
XYZ 42.6 59.32 73.49 -
YUV 181.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 90 222 215 0.59 0 0.03 0.13 176.82 0.67 0.61
Hex 5A DE D7 3B 0 3 D B1 43 3D
Octal 132 336 327 73 0 3 15 261 103 75
Binary 1011010 11011110 11010111 111011 0 11 1101 10110001 1000011 111101

Color Harmonies of #5ADED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADED7

Black with #5ADED7

Text Example


Text Example

White with #5ADED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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