Html Css Color HEX #59CBCD Medium Turquoise

📋 copy color: '#59CBCD'

red 89 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #59CBCD

Tints of Medium Turquoise #59CBCD

RGB

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

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

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

R = 17.91%
G = 40.85%
B = 41.25%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59CBCD (or 0x59CBCD) is known color: Medium Turquoise. HEX triplet: 59, CB and CD. RGB value is (89,203,205). Sum of RGB (Red+Green+Blue) = 89+203+205=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #59CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBCD is #A63432. Grayscale: #A9A9A9. Windows color (decimal): -10892339 or 13486937. OLE color: 13486937.

HSL color Cylindrical-coordinate representation of color #59CBCD: hue angle of 181.03º 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 #59CBCD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 203 205 -
CMYK 0.57 0.01 0 0.20
HSL 181.03º 0.54% 0.58% -
HSV(B) 181.03º 0.57% 0.8% -
XYZ 36.5 49.24 65.34 -
YUV 169.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 89 203 205 0.57 0.01 0 0.20 181.03 0.54 0.58
Hex 59 CB CD 39 1 0 14 B5 36 3A
Octal 131 313 315 71 1 0 24 265 66 72
Binary 1011001 11001011 11001101 111001 1 0 10100 10110101 110110 111010

Color Harmonies of #59CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBCD

Black with #59CBCD

Text Example


Text Example

White with #59CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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