Html Css Color HEX #59E2ED Turquoise Blue

📋 copy color: '#59E2ED'

red 89 ◦ green 226 ◦ blue 237

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

Shades of Turquoise Blue #59E2ED

Tints of Turquoise Blue #59E2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.94%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 16.12%
G = 40.94%
B = 42.93%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59E2ED (or 0x59E2ED) is known color: Turquoise Blue. HEX triplet: 59, E2 and ED. RGB value is (89,226,237). Sum of RGB (Red+Green+Blue) = 89+226+237=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #59E2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E2ED is #A61D12. Grayscale: #BABABA. Windows color (decimal): -10886419 or 15589977. OLE color: 15589977.

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

Color convert

RGB 89 226 237 -
CMYK 0.62 0.05 0 0.07
HSL 184.46º 0.8% 0.64% -
HSV(B) 184.46º 0.62% 0.93% -
XYZ 46.6 62.63 89.75 -
YUV 186.29 156.61 58.61 -
System Red Green Blue C M Y K H S L
Decimal 89 226 237 0.62 0.05 0 0.07 184.46 0.8 0.64
Hex 59 E2 ED 3E 5 0 7 B8 50 40
Octal 131 342 355 76 5 0 7 270 120 100
Binary 1011001 11100010 11101101 111110 101 0 111 10111000 1010000 1000000

Color Harmonies of #59E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2ED

Black with #59E2ED

Text Example


Text Example

White with #59E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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