Html Css Color HEX #5ADCC7 Medium Turquoise

📋 copy color: '#5ADCC7'

red 90 ◦ green 220 ◦ blue 199

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

Shades of Medium Turquoise #5ADCC7

Tints of Medium Turquoise #5ADCC7

RGB

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

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

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

R = 17.68%
G = 43.22%
B = 39.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#5ADCC7 (or 0x5ADCC7) is known color: Medium Turquoise. HEX triplet: 5A, DC and C7. RGB value is (90,220,199). Sum of RGB (Red+Green+Blue) = 90+220+199=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC7 is #A52338. Grayscale: #B2B2B2. Windows color (decimal): -10822457 or 13098074. OLE color: 13098074.

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

Color convert

RGB 90 220 199 -
CMYK 0.59 0 0.10 0.14
HSL 170.31º 0.65% 0.61% -
HSV(B) 170.31º 0.59% 0.86% -
XYZ 40.12 57.48 63.01 -
YUV 178.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 90 220 199 0.59 0 0.10 0.14 170.31 0.65 0.61
Hex 5A DC C7 3B 0 A E AA 41 3D
Octal 132 334 307 73 0 12 16 252 101 75
Binary 1011010 11011100 11000111 111011 0 1010 1110 10101010 1000001 111101

Color Harmonies of #5ADCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCC7

Black with #5ADCC7

Text Example


Text Example

White with #5ADCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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