Html Css Color HEX #50ECC5 Turquoise

📋 copy color: '#50ECC5'

red 80 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #50ECC5

Tints of Turquoise #50ECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 15.59%
G = 46%
B = 38.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#50ECC5 (or 0x50ECC5) is known color: Turquoise. HEX triplet: 50, EC and C5. RGB value is (80,236,197). Sum of RGB (Red+Green+Blue) = 80+236+197=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECC5 is #AF133A. Grayscale: #B8B8B8. Windows color (decimal): -11473723 or 12971088. OLE color: 12971088.

HSL color Cylindrical-coordinate representation of color #50ECC5: hue angle of 165º 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 #50ECC5 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 197 -
CMYK 0.66 0 0.17 0.07
HSL 165º 0.8% 0.62% -
HSV(B) 165º 0.66% 0.93% -
XYZ 43.38 65.73 63.22 -
YUV 184.91 134.82 53.17 -
System Red Green Blue C M Y K H S L
Decimal 80 236 197 0.66 0 0.17 0.07 165 0.8 0.62
Hex 50 EC C5 42 0 11 7 A5 50 3E
Octal 120 354 305 102 0 21 7 245 120 76
Binary 1010000 11101100 11000101 1000010 0 10001 111 10100101 1010000 111110

Color Harmonies of #50ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECC5

Black with #50ECC5

Text Example


Text Example

White with #50ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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