Html Css Color HEX #59DACF Medium Turquoise

📋 copy color: '#59DACF'

red 89 ◦ green 218 ◦ blue 207

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

Shades of Medium Turquoise #59DACF

Tints of Medium Turquoise #59DACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

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

R = 17.32%
G = 42.41%
B = 40.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#59DACF (or 0x59DACF) is known color: Medium Turquoise. HEX triplet: 59, DA and CF. RGB value is (89,218,207). Sum of RGB (Red+Green+Blue) = 89+218+207=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #59DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DACF is #A62530. Grayscale: #B2B2B2. Windows color (decimal): -10888497 or 13621849. OLE color: 13621849.

HSL color Cylindrical-coordinate representation of color #59DACF: hue angle of 174.88º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DACF is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 218 207 -
CMYK 0.59 0 0.05 0.15
HSL 174.88º 0.64% 0.6% -
HSV(B) 174.88º 0.59% 0.85% -
XYZ 40.45 56.77 67.86 -
YUV 178.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 89 218 207 0.59 0 0.05 0.15 174.88 0.64 0.6
Hex 59 DA CF 3B 0 5 F AF 40 3C
Octal 131 332 317 73 0 5 17 257 100 74
Binary 1011001 11011010 11001111 111011 0 101 1111 10101111 1000000 111100

Color Harmonies of #59DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DACF

Black with #59DACF

Text Example


Text Example

White with #59DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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