Html Css Color HEX #50FBBA Turquoise

📋 copy color: '#50FBBA'

red 80 ◦ green 251 ◦ blue 186

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

Shades of Turquoise #50FBBA

Tints of Turquoise #50FBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 15.47%
G = 48.55%
B = 35.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#50FBBA (or 0x50FBBA) is known color: Turquoise. HEX triplet: 50, FB and BA. RGB value is (80,251,186). Sum of RGB (Red+Green+Blue) = 80+251+186=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBBA is #AF0445. Grayscale: #C0C0C0. Windows color (decimal): -11469894 or 12254032. OLE color: 12254032.

HSL color Cylindrical-coordinate representation of color #50FBBA: hue angle of 157.19º 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 #50FBBA is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 186 -
CMYK 0.68 0 0.26 0.02
HSL 157.19º 0.96% 0.65% -
HSV(B) 157.19º 0.68% 0.98% -
XYZ 46.67 74.25 58.33 -
YUV 192.46 124.35 47.79 -
System Red Green Blue C M Y K H S L
Decimal 80 251 186 0.68 0 0.26 0.02 157.19 0.96 0.65
Hex 50 FB BA 44 0 1A 2 9D 60 41
Octal 120 373 272 104 0 32 2 235 140 101
Binary 1010000 11111011 10111010 1000100 0 11010 10 10011101 1100000 1000001

Color Harmonies of #50FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBBA

Black with #50FBBA

Text Example


Text Example

White with #50FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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