Html Css Color HEX #50FBBF Turquoise

📋 copy color: '#50FBBF'

red 80 ◦ green 251 ◦ blue 191

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

Shades of Turquoise #50FBBF

Tints of Turquoise #50FBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 15.33%
G = 48.08%
B = 36.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#50FBBF (or 0x50FBBF) is known color: Turquoise. HEX triplet: 50, FB and BF. RGB value is (80,251,191). Sum of RGB (Red+Green+Blue) = 80+251+191=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBBF is #AF0440. Grayscale: #C1C1C1. Windows color (decimal): -11469889 or 12581712. OLE color: 12581712.

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

Color convert

RGB 80 251 191 -
CMYK 0.68 0 0.24 0.02
HSL 158.95º 0.96% 0.65% -
HSV(B) 158.95º 0.68% 0.98% -
XYZ 47.21 74.46 61.17 -
YUV 193.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 80 251 191 0.68 0 0.24 0.02 158.95 0.96 0.65
Hex 50 FB BF 44 0 18 2 9F 60 41
Octal 120 373 277 104 0 30 2 237 140 101
Binary 1010000 11111011 10111111 1000100 0 11000 10 10011111 1100000 1000001

Color Harmonies of #50FBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBBF

Black with #50FBBF

Text Example


Text Example

White with #50FBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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