Html Css Color HEX #59E3F7 Turquoise Blue

📋 copy color: '#59E3F7'

red 89 ◦ green 227 ◦ blue 247

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

Shades of Turquoise Blue #59E3F7

Tints of Turquoise Blue #59E3F7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.32%

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 15.81%
G = 40.32%
B = 43.87%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#59E3F7 (or 0x59E3F7) is known color: Turquoise Blue. HEX triplet: 59, E3 and F7. RGB value is (89,227,247). Sum of RGB (Red+Green+Blue) = 89+227+247=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #59E3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E3F7 is #A61C08. Grayscale: #BBBBBB. Windows color (decimal): -10886153 or 16245593. OLE color: 16245593.

HSL color Cylindrical-coordinate representation of color #59E3F7: hue angle of 187.59º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59E3F7 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 227 247 -
CMYK 0.64 0.08 0 0.03
HSL 187.59º 0.91% 0.66% -
HSV(B) 187.59º 0.64% 0.97% -
XYZ 48.38 63.78 97.76 -
YUV 188.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 89 227 247 0.64 0.08 0 0.03 187.59 0.91 0.66
Hex 59 E3 F7 40 8 0 3 BC 5B 42
Octal 131 343 367 100 10 0 3 274 133 102
Binary 1011001 11100011 11110111 1000000 1000 0 11 10111100 1011011 1000010

Color Harmonies of #59E3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E3F7

Black with #59E3F7

Text Example


Text Example

White with #59E3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,227,247); }

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

background-color css

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

 a { background-color: rgb(89,227,247); }

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

border-color css

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

 span { border-color: rgb(89,227,247); }

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