Html Css Color HEX #59EDE9 Turquoise Blue

📋 copy color: '#59EDE9'

red 89 ◦ green 237 ◦ blue 233

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

Shades of Turquoise Blue #59EDE9

Tints of Turquoise Blue #59EDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 15.92%
G = 42.4%
B = 41.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#59EDE9 (or 0x59EDE9) is known color: Turquoise Blue. HEX triplet: 59, ED and E9. RGB value is (89,237,233). Sum of RGB (Red+Green+Blue) = 89+237+233=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDE9 is #A61216. Grayscale: #C0C0C0. Windows color (decimal): -10883607 or 15330649. OLE color: 15330649.

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

Color convert

RGB 89 237 233 -
CMYK 0.62 0 0.02 0.07
HSL 178.38º 0.8% 0.64% -
HSV(B) 178.38º 0.62% 0.93% -
XYZ 49.11 68.58 87.74 -
YUV 192.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 89 237 233 0.62 0 0.02 0.07 178.38 0.8 0.64
Hex 59 ED E9 3E 0 2 7 B2 50 40
Octal 131 355 351 76 0 2 7 262 120 100
Binary 1011001 11101101 11101001 111110 0 10 111 10110010 1010000 1000000

Color Harmonies of #59EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDE9

Black with #59EDE9

Text Example


Text Example

White with #59EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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