Html Css Color HEX #5AD6CD Medium Turquoise

📋 copy color: '#5AD6CD'

red 90 ◦ green 214 ◦ blue 205

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

Shades of Medium Turquoise #5AD6CD

Tints of Medium Turquoise #5AD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 17.68%
G = 42.04%
B = 40.28%

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

#5AD6CD (or 0x5AD6CD) is known color: Medium Turquoise. HEX triplet: 5A, D6 and CD. RGB value is (90,214,205). Sum of RGB (Red+Green+Blue) = 90+214+205=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6CD is #A52932. Grayscale: #AFAFAF. Windows color (decimal): -10823987 or 13489754. OLE color: 13489754.

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

Color convert

RGB 90 214 205 -
CMYK 0.58 0 0.04 0.16
HSL 175.65º 0.6% 0.6% -
HSV(B) 175.65º 0.58% 0.84% -
XYZ 39.28 54.67 66.24 -
YUV 175.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 90 214 205 0.58 0 0.04 0.16 175.65 0.6 0.6
Hex 5A D6 CD 3A 0 4 10 B0 3C 3C
Octal 132 326 315 72 0 4 20 260 74 74
Binary 1011010 11010110 11001101 111010 0 100 10000 10110000 111100 111100

Color Harmonies of #5AD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD6CD

Black with #5AD6CD

Text Example


Text Example

White with #5AD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,214,205); }

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

background-color css

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

 a { background-color: rgb(90,214,205); }

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

border-color css

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

 span { border-color: rgb(90,214,205); }

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