Html Css Color HEX #59EFE2 Turquoise Blue

📋 copy color: '#59EFE2'

red 89 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #59EFE2

Tints of Turquoise Blue #59EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.79%

R = 16.06%
G = 43.14%
B = 40.79%

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

#59EFE2 (or 0x59EFE2) is known color: Turquoise Blue. HEX triplet: 59, EF and E2. RGB value is (89,239,226). Sum of RGB (Red+Green+Blue) = 89+239+226=554 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.06% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFE2 is #A6101D. Grayscale: #C0C0C0. Windows color (decimal): -10883102 or 14872409. OLE color: 14872409.

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

Color convert

RGB 89 239 226 -
CMYK 0.63 0 0.05 0.06
HSL 174.8º 0.82% 0.64% -
HSV(B) 174.8º 0.63% 0.94% -
XYZ 48.71 69.35 82.77 -
YUV 192.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 89 239 226 0.63 0 0.05 0.06 174.8 0.82 0.64
Hex 59 EF E2 3F 0 5 6 AF 52 40
Octal 131 357 342 77 0 5 6 257 122 100
Binary 1011001 11101111 11100010 111111 0 101 110 10101111 1010010 1000000

Color Harmonies of #59EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFE2

Black with #59EFE2

Text Example


Text Example

White with #59EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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