Html Css Color HEX #50ECC4 Turquoise

📋 copy color: '#50ECC4'

red 80 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #50ECC4

Tints of Turquoise #50ECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 15.63%
G = 46.09%
B = 38.28%

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

#50ECC4 (or 0x50ECC4) is known color: Turquoise. HEX triplet: 50, EC and C4. RGB value is (80,236,196). Sum of RGB (Red+Green+Blue) = 80+236+196=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECC4 is #AF133B. Grayscale: #B8B8B8. Windows color (decimal): -11473724 or 12905552. OLE color: 12905552.

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

Color convert

RGB 80 236 196 -
CMYK 0.66 0 0.17 0.07
HSL 164.62º 0.8% 0.62% -
HSV(B) 164.62º 0.66% 0.93% -
XYZ 43.27 65.68 62.62 -
YUV 184.8 134.32 53.25 -
System Red Green Blue C M Y K H S L
Decimal 80 236 196 0.66 0 0.17 0.07 164.62 0.8 0.62
Hex 50 EC C4 42 0 11 7 A5 50 3E
Octal 120 354 304 102 0 21 7 245 120 76
Binary 1010000 11101100 11000100 1000010 0 10001 111 10100101 1010000 111110

Color Harmonies of #50ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECC4

Black with #50ECC4

Text Example


Text Example

White with #50ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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