Html Css Color HEX #59CDD5 Medium Turquoise

📋 copy color: '#59CDD5'

red 89 ◦ green 205 ◦ blue 213

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

Shades of Medium Turquoise #59CDD5

Tints of Medium Turquoise #59CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 17.55%
G = 40.43%
B = 42.01%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#59CDD5 (or 0x59CDD5) is known color: Medium Turquoise. HEX triplet: 59, CD and D5. RGB value is (89,205,213). Sum of RGB (Red+Green+Blue) = 89+205+213=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #59CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDD5 is #A6322A. Grayscale: #ABABAB. Windows color (decimal): -10891819 or 14011737. OLE color: 14011737.

HSL color Cylindrical-coordinate representation of color #59CDD5: hue angle of 183.87º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59CDD5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 205 213 -
CMYK 0.58 0.04 0 0.16
HSL 183.87º 0.6% 0.59% -
HSV(B) 183.87º 0.58% 0.84% -
XYZ 37.96 50.59 70.71 -
YUV 171.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 89 205 213 0.58 0.04 0 0.16 183.87 0.6 0.59
Hex 59 CD D5 3A 4 0 10 B8 3C 3B
Octal 131 315 325 72 4 0 20 270 74 73
Binary 1011001 11001101 11010101 111010 100 0 10000 10111000 111100 111011

Color Harmonies of #59CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDD5

Black with #59CDD5

Text Example


Text Example

White with #59CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,205,213); }

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

background-color css

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

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

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

border-color css

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

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

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