Html Css Color HEX #5ADCC9 Medium Turquoise

📋 copy color: '#5ADCC9'

red 90 ◦ green 220 ◦ blue 201

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

Shades of Medium Turquoise #5ADCC9

Tints of Medium Turquoise #5ADCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 17.61%
G = 43.05%
B = 39.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#5ADCC9 (or 0x5ADCC9) is known color: Medium Turquoise. HEX triplet: 5A, DC and C9. RGB value is (90,220,201). Sum of RGB (Red+Green+Blue) = 90+220+201=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC9 is #A52336. Grayscale: #B2B2B2. Windows color (decimal): -10822455 or 13229146. OLE color: 13229146.

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

Color convert

RGB 90 220 201 -
CMYK 0.59 0 0.09 0.14
HSL 171.23º 0.65% 0.61% -
HSV(B) 171.23º 0.59% 0.86% -
XYZ 40.35 57.58 64.25 -
YUV 178.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 90 220 201 0.59 0 0.09 0.14 171.23 0.65 0.61
Hex 5A DC C9 3B 0 9 E AB 41 3D
Octal 132 334 311 73 0 11 16 253 101 75
Binary 1011010 11011100 11001001 111011 0 1001 1110 10101011 1000001 111101

Color Harmonies of #5ADCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCC9

Black with #5ADCC9

Text Example


Text Example

White with #5ADCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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