Html Css Color HEX #59D5DA Medium Turquoise

📋 copy color: '#59D5DA'

red 89 ◦ green 213 ◦ blue 218

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

Shades of Medium Turquoise #59D5DA

Tints of Medium Turquoise #59D5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 17.12%
G = 40.96%
B = 41.92%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59D5DA (or 0x59D5DA) is known color: Medium Turquoise. HEX triplet: 59, D5 and DA. RGB value is (89,213,218). Sum of RGB (Red+Green+Blue) = 89+213+218=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #59D5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5DA is #A62A25. Grayscale: #B0B0B0. Windows color (decimal): -10889766 or 14341465. OLE color: 14341465.

HSL color Cylindrical-coordinate representation of color #59D5DA: hue angle of 182.33º 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 #59D5DA is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 213 218 -
CMYK 0.59 0.02 0 0.15
HSL 182.33º 0.64% 0.6% -
HSV(B) 182.33º 0.59% 0.85% -
XYZ 40.57 54.77 74.76 -
YUV 176.49 151.42 65.59 -
System Red Green Blue C M Y K H S L
Decimal 89 213 218 0.59 0.02 0 0.15 182.33 0.64 0.6
Hex 59 D5 DA 3B 2 0 F B6 40 3C
Octal 131 325 332 73 2 0 17 266 100 74
Binary 1011001 11010101 11011010 111011 10 0 1111 10110110 1000000 111100

Color Harmonies of #59D5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D5DA

Black with #59D5DA

Text Example


Text Example

White with #59D5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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