Html Css Color HEX #5AD5CA Medium Turquoise

📋 copy color: '#5AD5CA'

red 90 ◦ green 213 ◦ blue 202

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

Shades of Medium Turquoise #5AD5CA

Tints of Medium Turquoise #5AD5CA

RGB

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

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

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

R = 17.82%
G = 42.18%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5AD5CA (or 0x5AD5CA) is known color: Medium Turquoise. HEX triplet: 5A, D5 and CA. RGB value is (90,213,202). Sum of RGB (Red+Green+Blue) = 90+213+202=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5CA is #A52A35. Grayscale: #AEAEAE. Windows color (decimal): -10824246 or 13292890. OLE color: 13292890.

HSL color Cylindrical-coordinate representation of color #5AD5CA: hue angle of 174.63º 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 #5AD5CA is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 213 202 -
CMYK 0.58 0 0.05 0.16
HSL 174.63º 0.59% 0.59% -
HSV(B) 174.63º 0.58% 0.84% -
XYZ 38.67 54.03 64.27 -
YUV 174.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 90 213 202 0.58 0 0.05 0.16 174.63 0.59 0.59
Hex 5A D5 CA 3A 0 5 10 AF 3B 3B
Octal 132 325 312 72 0 5 20 257 73 73
Binary 1011010 11010101 11001010 111010 0 101 10000 10101111 111011 111011

Color Harmonies of #5AD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5CA

Black with #5AD5CA

Text Example


Text Example

White with #5AD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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