Html Css Color HEX #59CFDA Medium Turquoise

📋 copy color: '#59CFDA'

red 89 ◦ green 207 ◦ blue 218

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

Shades of Medium Turquoise #59CFDA

Tints of Medium Turquoise #59CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

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

R = 17.32%
G = 40.27%
B = 42.41%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59CFDA (or 0x59CFDA) is known color: Medium Turquoise. HEX triplet: 59, CF and DA. RGB value is (89,207,218). Sum of RGB (Red+Green+Blue) = 89+207+218=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #59CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDA is #A63025. Grayscale: #ACACAC. Windows color (decimal): -10891302 or 14339929. OLE color: 14339929.

HSL color Cylindrical-coordinate representation of color #59CFDA: hue angle of 185.12º 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 #59CFDA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 207 218 -
CMYK 0.59 0.05 0 0.15
HSL 185.12º 0.64% 0.6% -
HSV(B) 185.12º 0.59% 0.85% -
XYZ 39.09 51.81 74.27 -
YUV 172.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 89 207 218 0.59 0.05 0 0.15 185.12 0.64 0.6
Hex 59 CF DA 3B 5 0 F B9 40 3C
Octal 131 317 332 73 5 0 17 271 100 74
Binary 1011001 11001111 11011010 111011 101 0 1111 10111001 1000000 111100

Color Harmonies of #59CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFDA

Black with #59CFDA

Text Example


Text Example

White with #59CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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