Html Css Color HEX #59D5CC Medium Turquoise

📋 copy color: '#59D5CC'

red 89 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #59D5CC

Tints of Medium Turquoise #59D5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 17.59%
G = 42.09%
B = 40.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#59D5CC (or 0x59D5CC) is known color: Medium Turquoise. HEX triplet: 59, D5 and CC. RGB value is (89,213,204). Sum of RGB (Red+Green+Blue) = 89+213+204=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5CC is #A62A33. Grayscale: #AEAEAE. Windows color (decimal): -10889780 or 13423961. OLE color: 13423961.

HSL color Cylindrical-coordinate representation of color #59D5CC: hue angle of 175.65º 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 #59D5CC is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 213 204 -
CMYK 0.58 0 0.04 0.16
HSL 175.65º 0.6% 0.59% -
HSV(B) 175.65º 0.58% 0.84% -
XYZ 38.81 54.07 65.52 -
YUV 174.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 89 213 204 0.58 0 0.04 0.16 175.65 0.6 0.59
Hex 59 D5 CC 3A 0 4 10 B0 3C 3B
Octal 131 325 314 72 0 4 20 260 74 73
Binary 1011001 11010101 11001100 111010 0 100 10000 10110000 111100 111011

Color Harmonies of #59D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D5CC

Black with #59D5CC

Text Example


Text Example

White with #59D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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