Html Css Color HEX #59EDEC Turquoise Blue

📋 copy color: '#59EDEC'

red 89 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #59EDEC

Tints of Turquoise Blue #59EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 15.84%
G = 42.17%
B = 41.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#59EDEC (or 0x59EDEC) is known color: Turquoise Blue. HEX triplet: 59, ED and EC. RGB value is (89,237,236). Sum of RGB (Red+Green+Blue) = 89+237+236=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDEC is #A61213. Grayscale: #C0C0C0. Windows color (decimal): -10883604 or 15527257. OLE color: 15527257.

HSL color Cylindrical-coordinate representation of color #59EDEC: hue angle of 179.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDEC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 237 236 -
CMYK 0.62 0 0.00 0.07
HSL 179.59º 0.8% 0.64% -
HSV(B) 179.59º 0.62% 0.93% -
XYZ 49.54 68.75 90.02 -
YUV 192.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 89 237 236 0.62 0 0.00 0.07 179.59 0.8 0.64
Hex 59 ED EC 3E 0 0 7 B4 50 40
Octal 131 355 354 76 0 0 7 264 120 100
Binary 1011001 11101101 11101100 111110 0 0 111 10110100 1010000 1000000

Color Harmonies of #59EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDEC

Black with #59EDEC

Text Example


Text Example

White with #59EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,237,236); }

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

background-color css

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

 a { background-color: rgb(89,237,236); }

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

border-color css

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

 span { border-color: rgb(89,237,236); }

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