Html Css Color HEX #59DFD6 Medium Turquoise

📋 copy color: '#59DFD6'

red 89 ◦ green 223 ◦ blue 214

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

Shades of Medium Turquoise #59DFD6

Tints of Medium Turquoise #59DFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 16.92%
G = 42.4%
B = 40.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#59DFD6 (or 0x59DFD6) is known color: Medium Turquoise. HEX triplet: 59, DF and D6. RGB value is (89,223,214). Sum of RGB (Red+Green+Blue) = 89+223+214=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFD6 is #A62029. Grayscale: #B5B5B5. Windows color (decimal): -10887210 or 14081881. OLE color: 14081881.

HSL color Cylindrical-coordinate representation of color #59DFD6: hue angle of 175.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFD6 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 223 214 -
CMYK 0.60 0 0.04 0.13
HSL 175.97º 0.68% 0.61% -
HSV(B) 175.97º 0.6% 0.87% -
XYZ 42.65 59.75 72.9 -
YUV 181.91 146.11 61.73 -
System Red Green Blue C M Y K H S L
Decimal 89 223 214 0.60 0 0.04 0.13 175.97 0.68 0.61
Hex 59 DF D6 3C 0 4 D B0 44 3D
Octal 131 337 326 74 0 4 15 260 104 75
Binary 1011001 11011111 11010110 111100 0 100 1101 10110000 1000100 111101

Color Harmonies of #59DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFD6

Black with #59DFD6

Text Example


Text Example

White with #59DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,223,214); }

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

background-color css

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

 a { background-color: rgb(89,223,214); }

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

border-color css

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

 span { border-color: rgb(89,223,214); }

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