Html Css Color HEX #50F1ED Turquoise

📋 copy color: '#50F1ED'

red 80 ◦ green 241 ◦ blue 237

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

Shades of Turquoise #50F1ED

Tints of Turquoise #50F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 14.34%
G = 43.19%
B = 42.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#50F1ED (or 0x50F1ED) is known color: Turquoise. HEX triplet: 50, F1 and ED. RGB value is (80,241,237). Sum of RGB (Red+Green+Blue) = 80+241+237=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F1ED is #AF0E12. Grayscale: #C0C0C0. Windows color (decimal): -11472403 or 15593808. OLE color: 15593808.

HSL color Cylindrical-coordinate representation of color #50F1ED: hue angle of 178.51º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1ED is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 241 237 -
CMYK 0.67 0 0.02 0.05
HSL 178.51º 0.85% 0.63% -
HSV(B) 178.51º 0.67% 0.95% -
XYZ 50.05 70.73 91.14 -
YUV 192.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 80 241 237 0.67 0 0.02 0.05 178.51 0.85 0.63
Hex 50 F1 ED 43 0 2 5 B3 55 3F
Octal 120 361 355 103 0 2 5 263 125 77
Binary 1010000 11110001 11101101 1000011 0 10 101 10110011 1010101 111111

Color Harmonies of #50F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F1ED

Black with #50F1ED

Text Example


Text Example

White with #50F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,241,237); }

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

background-color css

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

 a { background-color: rgb(80,241,237); }

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

border-color css

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

 span { border-color: rgb(80,241,237); }

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