Html Css Color HEX #5ADCC6 Medium Turquoise

📋 copy color: '#5ADCC6'

red 90 ◦ green 220 ◦ blue 198

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

Shades of Medium Turquoise #5ADCC6

Tints of Medium Turquoise #5ADCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 17.72%
G = 43.31%
B = 38.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#5ADCC6 (or 0x5ADCC6) is known color: Medium Turquoise. HEX triplet: 5A, DC and C6. RGB value is (90,220,198). Sum of RGB (Red+Green+Blue) = 90+220+198=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC6 is #A52339. Grayscale: #B2B2B2. Windows color (decimal): -10822458 or 13032538. OLE color: 13032538.

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

Color convert

RGB 90 220 198 -
CMYK 0.59 0 0.1 0.14
HSL 169.85º 0.65% 0.61% -
HSV(B) 169.85º 0.59% 0.86% -
XYZ 40 57.44 62.4 -
YUV 178.62 138.93 64.79 -
System Red Green Blue C M Y K H S L
Decimal 90 220 198 0.59 0 0.1 0.14 169.85 0.65 0.61
Hex 5A DC C6 3B 0 A E AA 41 3D
Octal 132 334 306 73 0 12 16 252 101 75
Binary 1011010 11011100 11000110 111011 0 1010 1110 10101010 1000001 111101

Color Harmonies of #5ADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCC6

Black with #5ADCC6

Text Example


Text Example

White with #5ADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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