Html Css Color HEX #5AD9CA Medium Turquoise

📋 copy color: '#5AD9CA'

red 90 ◦ green 217 ◦ blue 202

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

Shades of Medium Turquoise #5AD9CA

Tints of Medium Turquoise #5AD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 17.68%
G = 42.63%
B = 39.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#5AD9CA (or 0x5AD9CA) is known color: Medium Turquoise. HEX triplet: 5A, D9 and CA. RGB value is (90,217,202). Sum of RGB (Red+Green+Blue) = 90+217+202=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9CA is #A52635. Grayscale: #B1B1B1. Windows color (decimal): -10823222 or 13293914. OLE color: 13293914.

HSL color Cylindrical-coordinate representation of color #5AD9CA: hue angle of 172.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9CA is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 217 202 -
CMYK 0.59 0 0.07 0.15
HSL 172.91º 0.63% 0.6% -
HSV(B) 172.91º 0.59% 0.85% -
XYZ 39.69 56.06 64.61 -
YUV 177.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 90 217 202 0.59 0 0.07 0.15 172.91 0.63 0.6
Hex 5A D9 CA 3B 0 7 F AD 3F 3C
Octal 132 331 312 73 0 7 17 255 77 74
Binary 1011010 11011001 11001010 111011 0 111 1111 10101101 111111 111100

Color Harmonies of #5AD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD9CA

Black with #5AD9CA

Text Example


Text Example

White with #5AD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,217,202); }

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

background-color css

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

 a { background-color: rgb(90,217,202); }

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

border-color css

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

 span { border-color: rgb(90,217,202); }

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