Html Css Color HEX #59CBCC Medium Turquoise

📋 copy color: '#59CBCC'

red 89 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #59CBCC

Tints of Medium Turquoise #59CBCC

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #59CBCC: hue angle of 180.52º 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 #59CBCC is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 203 204 -
CMYK 0.56 0.00 0 0.2
HSL 180.52º 0.53% 0.57% -
HSV(B) 180.52º 0.56% 0.8% -
XYZ 36.37 49.2 64.71 -
YUV 169.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 89 203 204 0.56 0.00 0 0.2 180.52 0.53 0.57
Hex 59 CB CC 38 0 0 14 B5 35 39
Octal 131 313 314 70 0 0 24 265 65 71
Binary 1011001 11001011 11001100 111000 0 0 10100 10110101 110101 111001

Color Harmonies of #59CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBCC

Black with #59CBCC

Text Example


Text Example

White with #59CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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