Html Css Color HEX #59D5CF Medium Turquoise

📋 copy color: '#59D5CF'

red 89 ◦ green 213 ◦ blue 207

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

Shades of Medium Turquoise #59D5CF

Tints of Medium Turquoise #59D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

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

R = 17.49%
G = 41.85%
B = 40.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#59D5CF (or 0x59D5CF) is known color: Medium Turquoise. HEX triplet: 59, D5 and CF. RGB value is (89,213,207). Sum of RGB (Red+Green+Blue) = 89+213+207=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5CF is #A62A30. Grayscale: #AFAFAF. Windows color (decimal): -10889777 or 13620569. OLE color: 13620569.

HSL color Cylindrical-coordinate representation of color #59D5CF: hue angle of 177.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D5CF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 213 207 -
CMYK 0.58 0 0.03 0.16
HSL 177.1º 0.6% 0.59% -
HSV(B) 177.1º 0.58% 0.84% -
XYZ 39.18 54.22 67.43 -
YUV 175.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 89 213 207 0.58 0 0.03 0.16 177.1 0.6 0.59
Hex 59 D5 CF 3A 0 3 10 B1 3C 3B
Octal 131 325 317 72 0 3 20 261 74 73
Binary 1011001 11010101 11001111 111010 0 11 10000 10110001 111100 111011

Color Harmonies of #59D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D5CF

Black with #59D5CF

Text Example


Text Example

White with #59D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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