Html Css Color HEX #59DBDA Medium Turquoise

📋 copy color: '#59DBDA'

red 89 ◦ green 219 ◦ blue 218

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

Shades of Medium Turquoise #59DBDA

Tints of Medium Turquoise #59DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 16.92%
G = 41.63%
B = 41.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#59DBDA (or 0x59DBDA) is known color: Medium Turquoise. HEX triplet: 59, DB and DA. RGB value is (89,219,218). Sum of RGB (Red+Green+Blue) = 89+219+218=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBDA is #A62425. Grayscale: #B3B3B3. Windows color (decimal): -10888230 or 14343001. OLE color: 14343001.

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

Color convert

RGB 89 219 218 -
CMYK 0.59 0 0.00 0.14
HSL 179.54º 0.64% 0.6% -
HSV(B) 179.54º 0.59% 0.86% -
XYZ 42.11 57.85 75.28 -
YUV 180.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 89 219 218 0.59 0 0.00 0.14 179.54 0.64 0.6
Hex 59 DB DA 3B 0 0 E B4 40 3C
Octal 131 333 332 73 0 0 16 264 100 74
Binary 1011001 11011011 11011010 111011 0 0 1110 10110100 1000000 111100

Color Harmonies of #59DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBDA

Black with #59DBDA

Text Example


Text Example

White with #59DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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