Html Css Color HEX #5AD5C6 Medium Turquoise

📋 copy color: '#5AD5C6'

red 90 ◦ green 213 ◦ blue 198

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

Shades of Medium Turquoise #5AD5C6

Tints of Medium Turquoise #5AD5C6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

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

R = 17.96%
G = 42.51%
B = 39.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#5AD5C6 (or 0x5AD5C6) is known color: Medium Turquoise. HEX triplet: 5A, D5 and C6. RGB value is (90,213,198). Sum of RGB (Red+Green+Blue) = 90+213+198=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5C6 is #A52A39. Grayscale: #AEAEAE. Windows color (decimal): -10824250 or 13030746. OLE color: 13030746.

HSL color Cylindrical-coordinate representation of color #5AD5C6: hue angle of 172.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5C6 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 213 198 -
CMYK 0.58 0 0.07 0.16
HSL 172.68º 0.59% 0.59% -
HSV(B) 172.68º 0.58% 0.84% -
XYZ 38.2 53.84 61.8 -
YUV 174.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 90 213 198 0.58 0 0.07 0.16 172.68 0.59 0.59
Hex 5A D5 C6 3A 0 7 10 AD 3B 3B
Octal 132 325 306 72 0 7 20 255 73 73
Binary 1011010 11010101 11000110 111010 0 111 10000 10101101 111011 111011

Color Harmonies of #5AD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5C6

Black with #5AD5C6

Text Example


Text Example

White with #5AD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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