Html Css Color HEX #59CDCE Medium Turquoise

📋 copy color: '#59CDCE'

red 89 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #59CDCE

Tints of Medium Turquoise #59CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 17.8%
G = 41%
B = 41.2%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59CDCE (or 0x59CDCE) is known color: Medium Turquoise. HEX triplet: 59, CD and CE. RGB value is (89,205,206). Sum of RGB (Red+Green+Blue) = 89+205+206=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #59CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDCE is #A63231. Grayscale: #AAAAAA. Windows color (decimal): -10891826 or 13552985. OLE color: 13552985.

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

Color convert

RGB 89 205 206 -
CMYK 0.57 0.00 0 0.19
HSL 180.51º 0.54% 0.58% -
HSV(B) 180.51º 0.57% 0.81% -
XYZ 37.09 50.24 66.14 -
YUV 170.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 89 205 206 0.57 0.00 0 0.19 180.51 0.54 0.58
Hex 59 CD CE 39 0 0 13 B5 36 3A
Octal 131 315 316 71 0 0 23 265 66 72
Binary 1011001 11001101 11001110 111001 0 0 10011 10110101 110110 111010

Color Harmonies of #59CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDCE

Black with #59CDCE

Text Example


Text Example

White with #59CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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