Html Css Color HEX #59DFCB Medium Turquoise

📋 copy color: '#59DFCB'

red 89 ◦ green 223 ◦ blue 203

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

Shades of Medium Turquoise #59DFCB

Tints of Medium Turquoise #59DFCB

RGB

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

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

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

R = 17.28%
G = 43.3%
B = 39.42%

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

#59DFCB (or 0x59DFCB) is known color: Medium Turquoise. HEX triplet: 59, DF and CB. RGB value is (89,223,203). Sum of RGB (Red+Green+Blue) = 89+223+203=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFCB is #A62034. Grayscale: #B4B4B4. Windows color (decimal): -10887221 or 13360985. OLE color: 13360985.

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

Color convert

RGB 89 223 203 -
CMYK 0.60 0 0.09 0.13
HSL 171.04º 0.68% 0.61% -
HSV(B) 171.04º 0.6% 0.87% -
XYZ 41.29 59.21 65.75 -
YUV 180.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 89 223 203 0.60 0 0.09 0.13 171.04 0.68 0.61
Hex 59 DF CB 3C 0 9 D AB 44 3D
Octal 131 337 313 74 0 11 15 253 104 75
Binary 1011001 11011111 11001011 111100 0 1001 1101 10101011 1000100 111101

Color Harmonies of #59DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFCB

Black with #59DFCB

Text Example


Text Example

White with #59DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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