Html Css Color HEX #59CDC2 Medium Turquoise

📋 copy color: '#59CDC2'

red 89 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #59CDC2

Tints of Medium Turquoise #59CDC2

RGB

 RED value IS 89 (35.16% from 255) = 18.24%

 GREEN value IS 205 (80.47% from 255) = 42.01%

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 18.24%
G = 42.01%
B = 39.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#59CDC2 (or 0x59CDC2) is known color: Medium Turquoise. HEX triplet: 59, CD and C2. RGB value is (89,205,194). Sum of RGB (Red+Green+Blue) = 89+205+194=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC2 is #A6323D. Grayscale: #A8A8A8. Windows color (decimal): -10891838 or 12766553. OLE color: 12766553.

HSL color Cylindrical-coordinate representation of color #59CDC2: hue angle of 174.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDC2 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 205 194 -
CMYK 0.57 0 0.05 0.20
HSL 174.31º 0.54% 0.58% -
HSV(B) 174.31º 0.57% 0.8% -
XYZ 35.69 49.68 58.75 -
YUV 169.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 89 205 194 0.57 0 0.05 0.20 174.31 0.54 0.58
Hex 59 CD C2 39 0 5 14 AE 36 3A
Octal 131 315 302 71 0 5 24 256 66 72
Binary 1011001 11001101 11000010 111001 0 101 10100 10101110 110110 111010

Color Harmonies of #59CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC2

Black with #59CDC2

Text Example


Text Example

White with #59CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59CDC2; }

 p { color: rgb(89,205,194); }

 H1.HeaderClassName
 {
   color: #59CDC2;
 }
 .AnyTagClassName
 {
   color: #59CDC2;
 }
</style>

background-color css

<style>
 a { background-color: #59CDC2; }

 a { background-color: rgb(89,205,194); }

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

border-color css

<style>
 span { border-color: #59CDC2; }

 span { border-color: rgb(89,205,194); }

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