Html Css Color HEX #59EFEE Turquoise Blue

📋 copy color: '#59EFEE'

red 89 ◦ green 239 ◦ blue 238

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

Shades of Turquoise Blue #59EFEE

Tints of Turquoise Blue #59EFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 15.72%
G = 42.23%
B = 42.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#59EFEE (or 0x59EFEE) is known color: Turquoise Blue. HEX triplet: 59, EF and EE. RGB value is (89,239,238). Sum of RGB (Red+Green+Blue) = 89+239+238=566 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.72% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EFEE is #A61011. Grayscale: #C1C1C1. Windows color (decimal): -10883090 or 15658841. OLE color: 15658841.

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

Color convert

RGB 89 239 238 -
CMYK 0.63 0 0.00 0.06
HSL 179.6º 0.82% 0.64% -
HSV(B) 179.6º 0.63% 0.94% -
XYZ 50.42 70.03 91.75 -
YUV 194.04 152.81 53.08 -
System Red Green Blue C M Y K H S L
Decimal 89 239 238 0.63 0 0.00 0.06 179.6 0.82 0.64
Hex 59 EF EE 3F 0 0 6 B4 52 40
Octal 131 357 356 77 0 0 6 264 122 100
Binary 1011001 11101111 11101110 111111 0 0 110 10110100 1010010 1000000

Color Harmonies of #59EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFEE

Black with #59EFEE

Text Example


Text Example

White with #59EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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