Html Css Color HEX #59DCDA Medium Turquoise

📋 copy color: '#59DCDA'

red 89 ◦ green 220 ◦ blue 218

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

Shades of Medium Turquoise #59DCDA

Tints of Medium Turquoise #59DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

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

R = 16.89%
G = 41.75%
B = 41.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#59DCDA (or 0x59DCDA) is known color: Medium Turquoise. HEX triplet: 59, DC and DA. RGB value is (89,220,218). Sum of RGB (Red+Green+Blue) = 89+220+218=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCDA is #A62325. Grayscale: #B4B4B4. Windows color (decimal): -10887974 or 14343257. OLE color: 14343257.

HSL color Cylindrical-coordinate representation of color #59DCDA: hue angle of 179.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCDA is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 220 218 -
CMYK 0.60 0 0.01 0.14
HSL 179.08º 0.65% 0.61% -
HSV(B) 179.08º 0.6% 0.86% -
XYZ 42.37 58.37 75.36 -
YUV 180.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 89 220 218 0.60 0 0.01 0.14 179.08 0.65 0.61
Hex 59 DC DA 3C 0 1 E B3 41 3D
Octal 131 334 332 74 0 1 16 263 101 75
Binary 1011001 11011100 11011010 111100 0 1 1110 10110011 1000001 111101

Color Harmonies of #59DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCDA

Black with #59DCDA

Text Example


Text Example

White with #59DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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