Html Css Color HEX #50ECCC Turquoise

📋 copy color: '#50ECCC'

red 80 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #50ECCC

Tints of Turquoise #50ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 15.38%
G = 45.38%
B = 39.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#50ECCC (or 0x50ECCC) is known color: Turquoise. HEX triplet: 50, EC and CC. RGB value is (80,236,204). Sum of RGB (Red+Green+Blue) = 80+236+204=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECCC is #AF1333. Grayscale: #B9B9B9. Windows color (decimal): -11473716 or 13429840. OLE color: 13429840.

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

Color convert

RGB 80 236 204 -
CMYK 0.66 0 0.14 0.07
HSL 167.69º 0.8% 0.62% -
HSV(B) 167.69º 0.66% 0.93% -
XYZ 44.2 66.06 67.55 -
YUV 185.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 80 236 204 0.66 0 0.14 0.07 167.69 0.8 0.62
Hex 50 EC CC 42 0 E 7 A8 50 3E
Octal 120 354 314 102 0 16 7 250 120 76
Binary 1010000 11101100 11001100 1000010 0 1110 111 10101000 1010000 111110

Color Harmonies of #50ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECCC

Black with #50ECCC

Text Example


Text Example

White with #50ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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