Html Css Color HEX #59CCD0 Medium Turquoise

📋 copy color: '#59CCD0'

red 89 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #59CCD0

Tints of Medium Turquoise #59CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 17.76%
G = 40.72%
B = 41.52%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#59CCD0 (or 0x59CCD0) is known color: Medium Turquoise. HEX triplet: 59, CC and D0. RGB value is (89,204,208). Sum of RGB (Red+Green+Blue) = 89+204+208=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #59CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCD0 is #A6332F. Grayscale: #A9A9A9. Windows color (decimal): -10892080 or 13683801. OLE color: 13683801.

HSL color Cylindrical-coordinate representation of color #59CCD0: hue angle of 182.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CCD0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 204 208 -
CMYK 0.57 0.02 0 0.18
HSL 182.02º 0.56% 0.58% -
HSV(B) 182.02º 0.57% 0.82% -
XYZ 37.1 49.86 67.34 -
YUV 170.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 89 204 208 0.57 0.02 0 0.18 182.02 0.56 0.58
Hex 59 CC D0 39 2 0 12 B6 38 3A
Octal 131 314 320 71 2 0 22 266 70 72
Binary 1011001 11001100 11010000 111001 10 0 10010 10110110 111000 111010

Color Harmonies of #59CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCD0

Black with #59CCD0

Text Example


Text Example

White with #59CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,204,208); }

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

background-color css

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

 a { background-color: rgb(89,204,208); }

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

border-color css

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

 span { border-color: rgb(89,204,208); }

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