Html Css Color HEX #59CFC3 Medium Turquoise

📋 copy color: '#59CFC3'

red 89 ◦ green 207 ◦ blue 195

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

Shades of Medium Turquoise #59CFC3

Tints of Medium Turquoise #59CFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.71%

R = 18.13%
G = 42.16%
B = 39.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#59CFC3 (or 0x59CFC3) is known color: Medium Turquoise. HEX triplet: 59, CF and C3. RGB value is (89,207,195). Sum of RGB (Red+Green+Blue) = 89+207+195=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFC3 is #A6303C. Grayscale: #AAAAAA. Windows color (decimal): -10891325 or 12832601. OLE color: 12832601.

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

Color convert

RGB 89 207 195 -
CMYK 0.57 0 0.06 0.19
HSL 173.9º 0.55% 0.58% -
HSV(B) 173.9º 0.57% 0.81% -
XYZ 36.28 50.69 59.5 -
YUV 170.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 89 207 195 0.57 0 0.06 0.19 173.9 0.55 0.58
Hex 59 CF C3 39 0 6 13 AE 37 3A
Octal 131 317 303 71 0 6 23 256 67 72
Binary 1011001 11001111 11000011 111001 0 110 10011 10101110 110111 111010

Color Harmonies of #59CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFC3

Black with #59CFC3

Text Example


Text Example

White with #59CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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