Html Css Color HEX #59EECF Turquoise

📋 copy color: '#59EECF'

red 89 ◦ green 238 ◦ blue 207

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

Shades of Turquoise #59EECF

Tints of Turquoise #59EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.57%

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 16.67%
G = 44.57%
B = 38.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#59EECF (or 0x59EECF) is known color: Turquoise. HEX triplet: 59, EE and CF. RGB value is (89,238,207). Sum of RGB (Red+Green+Blue) = 89+238+207=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #59EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EECF is #A61130. Grayscale: #BDBDBD. Windows color (decimal): -10883377 or 13626969. OLE color: 13626969.

HSL color Cylindrical-coordinate representation of color #59EECF: hue angle of 167.52º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EECF is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 238 207 -
CMYK 0.63 0 0.13 0.07
HSL 167.52º 0.81% 0.64% -
HSV(B) 167.52º 0.63% 0.93% -
XYZ 45.96 67.78 69.69 -
YUV 189.92 137.64 56.02 -
System Red Green Blue C M Y K H S L
Decimal 89 238 207 0.63 0 0.13 0.07 167.52 0.81 0.64
Hex 59 EE CF 3F 0 D 7 A8 51 40
Octal 131 356 317 77 0 15 7 250 121 100
Binary 1011001 11101110 11001111 111111 0 1101 111 10101000 1010001 1000000

Color Harmonies of #59EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EECF

Black with #59EECF

Text Example


Text Example

White with #59EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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