Html Css Color HEX #59ECEB Turquoise Blue

📋 copy color: '#59ECEB'

red 89 ◦ green 236 ◦ blue 235

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

Shades of Turquoise Blue #59ECEB

Tints of Turquoise Blue #59ECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 15.89%
G = 42.14%
B = 41.96%

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

#59ECEB (or 0x59ECEB) is known color: Turquoise Blue. HEX triplet: 59, EC and EB. RGB value is (89,236,235). Sum of RGB (Red+Green+Blue) = 89+236+235=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECEB is #A61314. Grayscale: #BFBFBF. Windows color (decimal): -10883861 or 15461465. OLE color: 15461465.

HSL color Cylindrical-coordinate representation of color #59ECEB: hue angle of 179.59º degrees, saturation: 0.79, 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 #59ECEB is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 236 235 -
CMYK 0.62 0 0.00 0.07
HSL 179.59º 0.79% 0.64% -
HSV(B) 179.59º 0.62% 0.93% -
XYZ 49.11 68.11 89.16 -
YUV 191.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 89 236 235 0.62 0 0.00 0.07 179.59 0.79 0.64
Hex 59 EC EB 3E 0 0 7 B4 4F 40
Octal 131 354 353 76 0 0 7 264 117 100
Binary 1011001 11101100 11101011 111110 0 0 111 10110100 1001111 1000000

Color Harmonies of #59ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECEB

Black with #59ECEB

Text Example


Text Example

White with #59ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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