Html Css Color HEX #59CBDA Medium Turquoise

📋 copy color: '#59CBDA'

red 89 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #59CBDA

Tints of Medium Turquoise #59CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.8%

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

R = 17.45%
G = 39.8%
B = 42.75%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59CBDA (or 0x59CBDA) is known color: Medium Turquoise. HEX triplet: 59, CB and DA. RGB value is (89,203,218). Sum of RGB (Red+Green+Blue) = 89+203+218=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #59CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBDA is #A63425. Grayscale: #AAAAAA. Windows color (decimal): -10892326 or 14338905. OLE color: 14338905.

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

Color convert

RGB 89 203 218 -
CMYK 0.59 0.07 0 0.15
HSL 186.98º 0.64% 0.6% -
HSV(B) 186.98º 0.59% 0.85% -
XYZ 38.13 49.9 73.95 -
YUV 170.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 89 203 218 0.59 0.07 0 0.15 186.98 0.64 0.6
Hex 59 CB DA 3B 7 0 F BB 40 3C
Octal 131 313 332 73 7 0 17 273 100 74
Binary 1011001 11001011 11011010 111011 111 0 1111 10111011 1000000 111100

Color Harmonies of #59CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBDA

Black with #59CBDA

Text Example


Text Example

White with #59CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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