Html Css Color HEX #50ECC9 Turquoise

📋 copy color: '#50ECC9'

red 80 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #50ECC9

Tints of Turquoise #50ECC9

RGB

 RED value IS 80 (31.64% from 255) = 15.47%

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 15.47%
G = 45.65%
B = 38.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#50ECC9 (or 0x50ECC9) is known color: Turquoise. HEX triplet: 50, EC and C9. RGB value is (80,236,201). Sum of RGB (Red+Green+Blue) = 80+236+201=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECC9 is #AF1336. Grayscale: #B9B9B9. Windows color (decimal): -11473719 or 13233232. OLE color: 13233232.

HSL color Cylindrical-coordinate representation of color #50ECC9: hue angle of 166.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECC9 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 201 -
CMYK 0.66 0 0.15 0.07
HSL 166.54º 0.8% 0.62% -
HSV(B) 166.54º 0.66% 0.93% -
XYZ 43.85 65.91 65.67 -
YUV 185.37 136.82 52.85 -
System Red Green Blue C M Y K H S L
Decimal 80 236 201 0.66 0 0.15 0.07 166.54 0.8 0.62
Hex 50 EC C9 42 0 F 7 A7 50 3E
Octal 120 354 311 102 0 17 7 247 120 76
Binary 1010000 11101100 11001001 1000010 0 1111 111 10100111 1010000 111110

Color Harmonies of #50ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECC9

Black with #50ECC9

Text Example


Text Example

White with #50ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ECC9; }

 p { color: rgb(80,236,201); }

 H1.HeaderClassName
 {
   color: #50ECC9;
 }
 .AnyTagClassName
 {
   color: #50ECC9;
 }
</style>

background-color css

<style>
 a { background-color: #50ECC9; }

 a { background-color: rgb(80,236,201); }

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

border-color css

<style>
 span { border-color: #50ECC9; }

 span { border-color: rgb(80,236,201); }

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