Html Css Color HEX #59CCCB Medium Turquoise

📋 copy color: '#59CCCB'

red 89 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #59CCCB

Tints of Medium Turquoise #59CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 17.94%
G = 41.13%
B = 40.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#59CCCB (or 0x59CCCB) is known color: Medium Turquoise. HEX triplet: 59, CC and CB. RGB value is (89,204,203). Sum of RGB (Red+Green+Blue) = 89+204+203=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCCB is #A63334. Grayscale: #A9A9A9. Windows color (decimal): -10892085 or 13356121. OLE color: 13356121.

HSL color Cylindrical-coordinate representation of color #59CCCB: hue angle of 179.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCCB is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 204 203 -
CMYK 0.56 0 0.00 0.2
HSL 179.48º 0.53% 0.57% -
HSV(B) 179.48º 0.56% 0.8% -
XYZ 36.49 49.62 64.15 -
YUV 169.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 89 204 203 0.56 0 0.00 0.2 179.48 0.53 0.57
Hex 59 CC CB 38 0 0 14 B3 35 39
Octal 131 314 313 70 0 0 24 263 65 71
Binary 1011001 11001100 11001011 111000 0 0 10100 10110011 110101 111001

Color Harmonies of #59CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCCB

Black with #59CCCB

Text Example


Text Example

White with #59CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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