Html Css Color HEX #59CACF Medium Turquoise

📋 copy color: '#59CACF'

red 89 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #59CACF

Tints of Medium Turquoise #59CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 17.87%
G = 40.56%
B = 41.57%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59CACF (or 0x59CACF) is known color: Medium Turquoise. HEX triplet: 59, CA and CF. RGB value is (89,202,207). Sum of RGB (Red+Green+Blue) = 89+202+207=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #59CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CACF is #A63530. Grayscale: #A8A8A8. Windows color (decimal): -10892593 or 13617753. OLE color: 13617753.

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

Color convert

RGB 89 202 207 -
CMYK 0.57 0.02 0 0.19
HSL 182.54º 0.55% 0.58% -
HSV(B) 182.54º 0.57% 0.81% -
XYZ 36.5 48.87 66.54 -
YUV 168.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 89 202 207 0.57 0.02 0 0.19 182.54 0.55 0.58
Hex 59 CA CF 39 2 0 13 B7 37 3A
Octal 131 312 317 71 2 0 23 267 67 72
Binary 1011001 11001010 11001111 111001 10 0 10011 10110111 110111 111010

Color Harmonies of #59CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CACF

Black with #59CACF

Text Example


Text Example

White with #59CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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