Html Css Color HEX #59DFDA Medium Turquoise

📋 copy color: '#59DFDA'

red 89 ◦ green 223 ◦ blue 218

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

Shades of Medium Turquoise #59DFDA

Tints of Medium Turquoise #59DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

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

R = 16.79%
G = 42.08%
B = 41.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#59DFDA (or 0x59DFDA) is known color: Medium Turquoise. HEX triplet: 59, DF and DA. RGB value is (89,223,218). Sum of RGB (Red+Green+Blue) = 89+223+218=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFDA is #A62025. Grayscale: #B6B6B6. Windows color (decimal): -10887206 or 14344025. OLE color: 14344025.

HSL color Cylindrical-coordinate representation of color #59DFDA: hue angle of 177.76º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFDA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 223 218 -
CMYK 0.60 0 0.02 0.13
HSL 177.76º 0.68% 0.61% -
HSV(B) 177.76º 0.6% 0.87% -
XYZ 43.16 59.96 75.63 -
YUV 182.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 89 223 218 0.60 0 0.02 0.13 177.76 0.68 0.61
Hex 59 DF DA 3C 0 2 D B2 44 3D
Octal 131 337 332 74 0 2 15 262 104 75
Binary 1011001 11011111 11011010 111100 0 10 1101 10110010 1000100 111101

Color Harmonies of #59DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFDA

Black with #59DFDA

Text Example


Text Example

White with #59DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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