Html Css Color HEX #50EEC2 Turquoise

📋 copy color: '#50EEC2'

red 80 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #50EEC2

Tints of Turquoise #50EEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 15.63%
G = 46.48%
B = 37.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#50EEC2 (or 0x50EEC2) is known color: Turquoise. HEX triplet: 50, EE and C2. RGB value is (80,238,194). Sum of RGB (Red+Green+Blue) = 80+238+194=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEC2 is #AF113D. Grayscale: #B9B9B9. Windows color (decimal): -11473214 or 12774992. OLE color: 12774992.

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

Color convert

RGB 80 238 194 -
CMYK 0.66 0 0.18 0.07
HSL 163.29º 0.82% 0.62% -
HSV(B) 163.29º 0.66% 0.93% -
XYZ 43.62 66.75 61.62 -
YUV 185.74 132.65 52.58 -
System Red Green Blue C M Y K H S L
Decimal 80 238 194 0.66 0 0.18 0.07 163.29 0.82 0.62
Hex 50 EE C2 42 0 12 7 A3 52 3E
Octal 120 356 302 102 0 22 7 243 122 76
Binary 1010000 11101110 11000010 1000010 0 10010 111 10100011 1010010 111110

Color Harmonies of #50EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEC2

Black with #50EEC2

Text Example


Text Example

White with #50EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,194); }

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

background-color css

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

 a { background-color: rgb(80,238,194); }

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

border-color css

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

 span { border-color: rgb(80,238,194); }

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