Html Css Color HEX #5AD2D1 Medium Turquoise

📋 copy color: '#5AD2D1'

red 90 ◦ green 210 ◦ blue 209

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

Shades of Medium Turquoise #5AD2D1

Tints of Medium Turquoise #5AD2D1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 17.68%
G = 41.26%
B = 41.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#5AD2D1 (or 0x5AD2D1) is known color: Medium Turquoise. HEX triplet: 5A, D2 and D1. RGB value is (90,210,209). Sum of RGB (Red+Green+Blue) = 90+210+209=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2D1 is #A52D2E. Grayscale: #ADADAD. Windows color (decimal): -10825007 or 13750874. OLE color: 13750874.

HSL color Cylindrical-coordinate representation of color #5AD2D1: hue angle of 179.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2D1 is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 210 209 -
CMYK 0.57 0 0.00 0.18
HSL 179.5º 0.57% 0.59% -
HSV(B) 179.5º 0.57% 0.82% -
XYZ 38.77 52.87 68.48 -
YUV 174.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 90 210 209 0.57 0 0.00 0.18 179.5 0.57 0.59
Hex 5A D2 D1 39 0 0 12 B4 39 3B
Octal 132 322 321 71 0 0 22 264 71 73
Binary 1011010 11010010 11010001 111001 0 0 10010 10110100 111001 111011

Color Harmonies of #5AD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD2D1

Black with #5AD2D1

Text Example


Text Example

White with #5AD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,210,209); }

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

background-color css

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

 a { background-color: rgb(90,210,209); }

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

border-color css

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

 span { border-color: rgb(90,210,209); }

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