Html Css Color HEX #59E9F1 Turquoise Blue

📋 copy color: '#59E9F1'

red 89 ◦ green 233 ◦ blue 241

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

Shades of Turquoise Blue #59E9F1

Tints of Turquoise Blue #59E9F1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 15.81%
G = 41.39%
B = 42.81%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#59E9F1 (or 0x59E9F1) is known color: Turquoise Blue. HEX triplet: 59, E9 and F1. RGB value is (89,233,241). Sum of RGB (Red+Green+Blue) = 89+233+241=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #59E9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E9F1 is #A6160E. Grayscale: #BEBEBE. Windows color (decimal): -10884623 or 15853913. OLE color: 15853913.

HSL color Cylindrical-coordinate representation of color #59E9F1: hue angle of 183.16º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59E9F1 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 233 241 -
CMYK 0.63 0.03 0 0.05
HSL 183.16º 0.84% 0.65% -
HSV(B) 183.16º 0.63% 0.95% -
XYZ 49.14 66.75 93.51 -
YUV 190.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 89 233 241 0.63 0.03 0 0.05 183.16 0.84 0.65
Hex 59 E9 F1 3F 3 0 5 B7 54 41
Octal 131 351 361 77 3 0 5 267 124 101
Binary 1011001 11101001 11110001 111111 11 0 101 10110111 1010100 1000001

Color Harmonies of #59E9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E9F1

Black with #59E9F1

Text Example


Text Example

White with #59E9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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