Html Css Color HEX #59CADB Medium Turquoise

📋 copy color: '#59CADB'

red 89 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #59CADB

Tints of Medium Turquoise #59CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.61%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 17.45%
G = 39.61%
B = 42.94%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59CADB (or 0x59CADB) is known color: Medium Turquoise. HEX triplet: 59, CA and DB. RGB value is (89,202,219). Sum of RGB (Red+Green+Blue) = 89+202+219=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #59CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CADB is #A63524. Grayscale: #A9A9A9. Windows color (decimal): -10892581 or 14404185. OLE color: 14404185.

HSL color Cylindrical-coordinate representation of color #59CADB: hue angle of 187.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59CADB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 202 219 -
CMYK 0.59 0.08 0 0.14
HSL 187.85º 0.64% 0.6% -
HSV(B) 187.85º 0.59% 0.86% -
XYZ 38.03 49.48 74.56 -
YUV 170.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 89 202 219 0.59 0.08 0 0.14 187.85 0.64 0.6
Hex 59 CA DB 3B 8 0 E BC 40 3C
Octal 131 312 333 73 10 0 16 274 100 74
Binary 1011001 11001010 11011011 111011 1000 0 1110 10111100 1000000 111100

Color Harmonies of #59CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CADB

Black with #59CADB

Text Example


Text Example

White with #59CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,202,219); }

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

background-color css

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

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

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

border-color css

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

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

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