Html Css Color HEX #59EDE8 Turquoise Blue

📋 copy color: '#59EDE8'

red 89 ◦ green 237 ◦ blue 232

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

Shades of Turquoise Blue #59EDE8

Tints of Turquoise Blue #59EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.58%

R = 15.95%
G = 42.47%
B = 41.58%

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

#59EDE8 (or 0x59EDE8) is known color: Turquoise Blue. HEX triplet: 59, ED and E8. RGB value is (89,237,232). Sum of RGB (Red+Green+Blue) = 89+237+232=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDE8 is #A61217. Grayscale: #C0C0C0. Windows color (decimal): -10883608 or 15265113. OLE color: 15265113.

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

Color convert

RGB 89 237 232 -
CMYK 0.62 0 0.02 0.07
HSL 177.97º 0.8% 0.64% -
HSV(B) 177.97º 0.62% 0.93% -
XYZ 48.97 68.52 86.99 -
YUV 192.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 89 237 232 0.62 0 0.02 0.07 177.97 0.8 0.64
Hex 59 ED E8 3E 0 2 7 B2 50 40
Octal 131 355 350 76 0 2 7 262 120 100
Binary 1011001 11101101 11101000 111110 0 10 111 10110010 1010000 1000000

Color Harmonies of #59EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDE8

Black with #59EDE8

Text Example


Text Example

White with #59EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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