Html Css Color HEX #59CDC4 Medium Turquoise

📋 copy color: '#59CDC4'

red 89 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #59CDC4

Tints of Medium Turquoise #59CDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

 BLUE value IS 196 (76.95% from 255) = 40%

R = 18.16%
G = 41.84%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#59CDC4 (or 0x59CDC4) is known color: Medium Turquoise. HEX triplet: 59, CD and C4. RGB value is (89,205,196). Sum of RGB (Red+Green+Blue) = 89+205+196=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC4 is #A6323B. Grayscale: #A9A9A9. Windows color (decimal): -10891836 or 12897625. OLE color: 12897625.

HSL color Cylindrical-coordinate representation of color #59CDC4: hue angle of 175.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDC4 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 205 196 -
CMYK 0.57 0 0.04 0.20
HSL 175.34º 0.54% 0.58% -
HSV(B) 175.34º 0.57% 0.8% -
XYZ 35.91 49.77 59.94 -
YUV 169.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 89 205 196 0.57 0 0.04 0.20 175.34 0.54 0.58
Hex 59 CD C4 39 0 4 14 AF 36 3A
Octal 131 315 304 71 0 4 24 257 66 72
Binary 1011001 11001101 11000100 111001 0 100 10100 10101111 110110 111010

Color Harmonies of #59CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC4

Black with #59CDC4

Text Example


Text Example

White with #59CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,205,196); }

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

background-color css

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

 a { background-color: rgb(89,205,196); }

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

border-color css

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

 span { border-color: rgb(89,205,196); }

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