Html Css Color HEX #59DADA Medium Turquoise

📋 copy color: '#59DADA'

red 89 ◦ green 218 ◦ blue 218

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

Shades of Medium Turquoise #59DADA

Tints of Medium Turquoise #59DADA

RGB

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

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

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

R = 16.95%
G = 41.52%
B = 41.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59DADA (or 0x59DADA) is known color: Medium Turquoise. HEX triplet: 59, DA and DA. RGB value is (89,218,218). Sum of RGB (Red+Green+Blue) = 89+218+218=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #59DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DADA is #A62525. Grayscale: #B3B3B3. Windows color (decimal): -10888486 or 14342745. OLE color: 14342745.

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

Color convert

RGB 89 218 218 -
CMYK 0.59 0 0 0.15
HSL 180º 0.64% 0.6% -
HSV(B) 180º 0.59% 0.85% -
XYZ 41.85 57.33 75.19 -
YUV 179.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 89 218 218 0.59 0 0 0.15 180 0.64 0.6
Hex 59 DA DA 3B 0 0 F B4 40 3C
Octal 131 332 332 73 0 0 17 264 100 74
Binary 1011001 11011010 11011010 111011 0 0 1111 10110100 1000000 111100

Color Harmonies of #59DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DADA

Black with #59DADA

Text Example


Text Example

White with #59DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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