Html Css Color HEX #59EFE3 Turquoise Blue

📋 copy color: '#59EFE3'

red 89 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #59EFE3

Tints of Turquoise Blue #59EFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

 BLUE value IS 227 (89.06% from 255) = 40.9%

R = 16.04%
G = 43.06%
B = 40.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#59EFE3 (or 0x59EFE3) is known color: Turquoise Blue. HEX triplet: 59, EF and E3. RGB value is (89,239,227). Sum of RGB (Red+Green+Blue) = 89+239+227=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFE3 is #A6101C. Grayscale: #C0C0C0. Windows color (decimal): -10883101 or 14937945. OLE color: 14937945.

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

Color convert

RGB 89 239 227 -
CMYK 0.63 0 0.05 0.06
HSL 175.2º 0.82% 0.64% -
HSV(B) 175.2º 0.63% 0.94% -
XYZ 48.85 69.4 83.49 -
YUV 192.78 147.31 53.98 -
System Red Green Blue C M Y K H S L
Decimal 89 239 227 0.63 0 0.05 0.06 175.2 0.82 0.64
Hex 59 EF E3 3F 0 5 6 AF 52 40
Octal 131 357 343 77 0 5 6 257 122 100
Binary 1011001 11101111 11100011 111111 0 101 110 10101111 1010010 1000000

Color Harmonies of #59EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFE3

Black with #59EFE3

Text Example


Text Example

White with #59EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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