Html Css Color HEX #50FBE3 Turquoise

📋 copy color: '#50FBE3'

red 80 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #50FBE3

Tints of Turquoise #50FBE3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.98%

 BLUE value IS 227 (89.06% from 255) = 40.68%

R = 14.34%
G = 44.98%
B = 40.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#50FBE3 (or 0x50FBE3) is known color: Turquoise. HEX triplet: 50, FB and E3. RGB value is (80,251,227). Sum of RGB (Red+Green+Blue) = 80+251+227=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBE3 is #AF041C. Grayscale: #C5C5C5. Windows color (decimal): -11469853 or 14941008. OLE color: 14941008.

HSL color Cylindrical-coordinate representation of color #50FBE3: hue angle of 171.58º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBE3 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 227 -
CMYK 0.68 0 0.10 0.02
HSL 171.58º 0.96% 0.65% -
HSV(B) 171.58º 0.68% 0.98% -
XYZ 51.67 76.25 84.67 -
YUV 197.14 144.85 44.45 -
System Red Green Blue C M Y K H S L
Decimal 80 251 227 0.68 0 0.10 0.02 171.58 0.96 0.65
Hex 50 FB E3 44 0 A 2 AC 60 41
Octal 120 373 343 104 0 12 2 254 140 101
Binary 1010000 11111011 11100011 1000100 0 1010 10 10101100 1100000 1000001

Color Harmonies of #50FBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBE3

Black with #50FBE3

Text Example


Text Example

White with #50FBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,227); }

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

background-color css

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

 a { background-color: rgb(80,251,227); }

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

border-color css

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

 span { border-color: rgb(80,251,227); }

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