Html Css Color HEX #5ADDCD Medium Turquoise

📋 copy color: '#5ADDCD'

red 90 ◦ green 221 ◦ blue 205

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

Shades of Medium Turquoise #5ADDCD

Tints of Medium Turquoise #5ADDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

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

R = 17.44%
G = 42.83%
B = 39.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#5ADDCD (or 0x5ADDCD) is known color: Medium Turquoise. HEX triplet: 5A, DD and CD. RGB value is (90,221,205). Sum of RGB (Red+Green+Blue) = 90+221+205=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCD is #A52232. Grayscale: #B3B3B3. Windows color (decimal): -10822195 or 13491546. OLE color: 13491546.

HSL color Cylindrical-coordinate representation of color #5ADDCD: hue angle of 172.67º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDCD is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 205 -
CMYK 0.59 0 0.07 0.13
HSL 172.67º 0.66% 0.61% -
HSV(B) 172.67º 0.59% 0.87% -
XYZ 41.09 58.29 66.84 -
YUV 180.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 90 221 205 0.59 0 0.07 0.13 172.67 0.66 0.61
Hex 5A DD CD 3B 0 7 D AD 42 3D
Octal 132 335 315 73 0 7 15 255 102 75
Binary 1011010 11011101 11001101 111011 0 111 1101 10101101 1000010 111101

Color Harmonies of #5ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDCD

Black with #5ADDCD

Text Example


Text Example

White with #5ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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