Html Css Color HEX #59F1E6 Turquoise Blue

📋 copy color: '#59F1E6'

red 89 ◦ green 241 ◦ blue 230

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

Shades of Turquoise Blue #59F1E6

Tints of Turquoise Blue #59F1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 15.89%
G = 43.04%
B = 41.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#59F1E6 (or 0x59F1E6) is known color: Turquoise Blue. HEX triplet: 59, F1 and E6. RGB value is (89,241,230). Sum of RGB (Red+Green+Blue) = 89+241+230=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F1E6 is #A60E19. Grayscale: #C2C2C2. Windows color (decimal): -10882586 or 15135065. OLE color: 15135065.

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

Color convert

RGB 89 241 230 -
CMYK 0.63 0 0.05 0.05
HSL 175.66º 0.84% 0.65% -
HSV(B) 175.66º 0.63% 0.95% -
XYZ 49.86 70.75 85.89 -
YUV 194.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 89 241 230 0.63 0 0.05 0.05 175.66 0.84 0.65
Hex 59 F1 E6 3F 0 5 5 B0 54 41
Octal 131 361 346 77 0 5 5 260 124 101
Binary 1011001 11110001 11100110 111111 0 101 101 10110000 1010100 1000001

Color Harmonies of #59F1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F1E6

Black with #59F1E6

Text Example


Text Example

White with #59F1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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