Html Css Color HEX #59CFCE Medium Turquoise

📋 copy color: '#59CFCE'

red 89 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #59CFCE

Tints of Medium Turquoise #59CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

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

R = 17.73%
G = 41.24%
B = 41.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#59CFCE (or 0x59CFCE) is known color: Medium Turquoise. HEX triplet: 59, CF and CE. RGB value is (89,207,206). Sum of RGB (Red+Green+Blue) = 89+207+206=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFCE is #A63031. Grayscale: #ABABAB. Windows color (decimal): -10891314 or 13553497. OLE color: 13553497.

HSL color Cylindrical-coordinate representation of color #59CFCE: hue angle of 179.49º degrees, saturation: 0.55, 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 #59CFCE is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 207 206 -
CMYK 0.57 0 0.00 0.19
HSL 179.49º 0.55% 0.58% -
HSV(B) 179.49º 0.57% 0.81% -
XYZ 37.57 51.21 66.3 -
YUV 171.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 89 207 206 0.57 0 0.00 0.19 179.49 0.55 0.58
Hex 59 CF CE 39 0 0 13 B3 37 3A
Octal 131 317 316 71 0 0 23 263 67 72
Binary 1011001 11001111 11001110 111001 0 0 10011 10110011 110111 111010

Color Harmonies of #59CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFCE

Black with #59CFCE

Text Example


Text Example

White with #59CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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