Html Css Color HEX #50EEB6 Turquoise

📋 copy color: '#50EEB6'

red 80 ◦ green 238 ◦ blue 182

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

Shades of Turquoise #50EEB6

Tints of Turquoise #50EEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 16%
G = 47.6%
B = 36.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#50EEB6 (or 0x50EEB6) is known color: Turquoise. HEX triplet: 50, EE and B6. RGB value is (80,238,182). Sum of RGB (Red+Green+Blue) = 80+238+182=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEB6 is #AF1149. Grayscale: #B8B8B8. Windows color (decimal): -11473226 or 11988560. OLE color: 11988560.

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

Color convert

RGB 80 238 182 -
CMYK 0.66 0 0.24 0.07
HSL 158.73º 0.82% 0.62% -
HSV(B) 158.73º 0.66% 0.93% -
XYZ 42.33 66.23 54.81 -
YUV 184.37 126.65 53.55 -
System Red Green Blue C M Y K H S L
Decimal 80 238 182 0.66 0 0.24 0.07 158.73 0.82 0.62
Hex 50 EE B6 42 0 18 7 9F 52 3E
Octal 120 356 266 102 0 30 7 237 122 76
Binary 1010000 11101110 10110110 1000010 0 11000 111 10011111 1010010 111110

Color Harmonies of #50EEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEB6

Black with #50EEB6

Text Example


Text Example

White with #50EEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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