Html Css Color HEX #59E6FA Turquoise Blue

📋 copy color: '#59E6FA'

red 89 ◦ green 230 ◦ blue 250

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

Shades of Turquoise Blue #59E6FA

Tints of Turquoise Blue #59E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 15.64%
G = 40.42%
B = 43.94%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59E6FA (or 0x59E6FA) is known color: Turquoise Blue. HEX triplet: 59, E6 and FA. RGB value is (89,230,250). Sum of RGB (Red+Green+Blue) = 89+230+250=569 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.64% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #59E6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E6FA is #A61905. Grayscale: #BDBDBD. Windows color (decimal): -10885382 or 16442969. OLE color: 16442969.

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

Color convert

RGB 89 230 250 -
CMYK 0.64 0.08 0 0.02
HSL 187.45º 0.94% 0.66% -
HSV(B) 187.45º 0.64% 0.98% -
XYZ 49.67 65.62 100.49 -
YUV 190.12 161.79 55.87 -
System Red Green Blue C M Y K H S L
Decimal 89 230 250 0.64 0.08 0 0.02 187.45 0.94 0.66
Hex 59 E6 FA 40 8 0 2 BB 5E 42
Octal 131 346 372 100 10 0 2 273 136 102
Binary 1011001 11100110 11111010 1000000 1000 0 10 10111011 1011110 1000010

Color Harmonies of #59E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E6FA

Black with #59E6FA

Text Example


Text Example

White with #59E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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