Html Css Color HEX #59DECB Medium Turquoise

📋 copy color: '#59DECB'

red 89 ◦ green 222 ◦ blue 203

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

Shades of Medium Turquoise #59DECB

Tints of Medium Turquoise #59DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 17.32%
G = 43.19%
B = 39.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#59DECB (or 0x59DECB) is known color: Medium Turquoise. HEX triplet: 59, DE and CB. RGB value is (89,222,203). Sum of RGB (Red+Green+Blue) = 89+222+203=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #59DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DECB is #A62134. Grayscale: #B4B4B4. Windows color (decimal): -10887477 or 13360729. OLE color: 13360729.

HSL color Cylindrical-coordinate representation of color #59DECB: hue angle of 171.43º degrees, saturation: 0.67, 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 #59DECB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 222 203 -
CMYK 0.60 0 0.09 0.13
HSL 171.43º 0.67% 0.61% -
HSV(B) 171.43º 0.6% 0.87% -
XYZ 41.02 58.68 65.66 -
YUV 180.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 89 222 203 0.60 0 0.09 0.13 171.43 0.67 0.61
Hex 59 DE CB 3C 0 9 D AB 43 3D
Octal 131 336 313 74 0 11 15 253 103 75
Binary 1011001 11011110 11001011 111100 0 1001 1101 10101011 1000011 111101

Color Harmonies of #59DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DECB

Black with #59DECB

Text Example


Text Example

White with #59DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,222,203); }

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

background-color css

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

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

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

border-color css

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

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

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