Html Css Color HEX #5AD5CC Medium Turquoise

📋 copy color: '#5AD5CC'

red 90 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #5AD5CC

Tints of Medium Turquoise #5AD5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 17.75%
G = 42.01%
B = 40.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#5AD5CC (or 0x5AD5CC) is known color: Medium Turquoise. HEX triplet: 5A, D5 and CC. RGB value is (90,213,204). Sum of RGB (Red+Green+Blue) = 90+213+204=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5CC is #A52A33. Grayscale: #AFAFAF. Windows color (decimal): -10824244 or 13423962. OLE color: 13423962.

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

Color convert

RGB 90 213 204 -
CMYK 0.58 0 0.04 0.16
HSL 175.61º 0.59% 0.59% -
HSV(B) 175.61º 0.58% 0.84% -
XYZ 38.91 54.12 65.52 -
YUV 175.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 90 213 204 0.58 0 0.04 0.16 175.61 0.59 0.59
Hex 5A D5 CC 3A 0 4 10 B0 3B 3B
Octal 132 325 314 72 0 4 20 260 73 73
Binary 1011010 11010101 11001100 111010 0 100 10000 10110000 111011 111011

Color Harmonies of #5AD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5CC

Black with #5AD5CC

Text Example


Text Example

White with #5AD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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