Html Css Color HEX #59EAF0 Turquoise Blue

📋 copy color: '#59EAF0'

red 89 ◦ green 234 ◦ blue 240

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

Shades of Turquoise Blue #59EAF0

Tints of Turquoise Blue #59EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 15.81%
G = 41.56%
B = 42.63%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59EAF0 (or 0x59EAF0) is known color: Turquoise Blue. HEX triplet: 59, EA and F0. RGB value is (89,234,240). Sum of RGB (Red+Green+Blue) = 89+234+240=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #59EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EAF0 is #A6150F. Grayscale: #BFBFBF. Windows color (decimal): -10884368 or 15788633. OLE color: 15788633.

HSL color Cylindrical-coordinate representation of color #59EAF0: hue angle of 182.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EAF0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 234 240 -
CMYK 0.63 0.02 0 0.06
HSL 182.38º 0.83% 0.65% -
HSV(B) 182.38º 0.63% 0.94% -
XYZ 49.27 67.26 92.82 -
YUV 191.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 89 234 240 0.63 0.02 0 0.06 182.38 0.83 0.65
Hex 59 EA F0 3F 2 0 6 B6 53 41
Octal 131 352 360 77 2 0 6 266 123 101
Binary 1011001 11101010 11110000 111111 10 0 110 10110110 1010011 1000001

Color Harmonies of #59EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EAF0

Black with #59EAF0

Text Example


Text Example

White with #59EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,234,240); }

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

background-color css

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

 a { background-color: rgb(89,234,240); }

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

border-color css

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

 span { border-color: rgb(89,234,240); }

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