Html Css Color HEX #50FFB2 Turquoise

📋 copy color: '#50FFB2'

red 80 ◦ green 255 ◦ blue 178

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

Shades of Turquoise #50FFB2

Tints of Turquoise #50FFB2

RGB

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

 GREEN value IS 255 (100% from 255) = 49.71%

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 15.59%
G = 49.71%
B = 34.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#50FFB2 (or 0x50FFB2) is known color: Turquoise. HEX triplet: 50, FF and B2. RGB value is (80,255,178). Sum of RGB (Red+Green+Blue) = 80+255+178=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFB2 is #AF004D. Grayscale: #C2C2C2. Windows color (decimal): -11468878 or 11730768. OLE color: 11730768.

HSL color Cylindrical-coordinate representation of color #50FFB2: hue angle of 153.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFB2 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 178 -
CMYK 0.69 0 0.30 0
HSL 153.6º 1% 0.66% -
HSV(B) 153.6º 0.69% 1% -
XYZ 47.1 76.44 54.39 -
YUV 193.9 119.02 46.76 -
System Red Green Blue C M Y K H S L
Decimal 80 255 178 0.69 0 0.30 0 153.6 1 0.66
Hex 50 FF B2 45 0 1E 0 9A 64 42
Octal 120 377 262 105 0 36 0 232 144 102
Binary 1010000 11111111 10110010 1000101 0 11110 0 10011010 1100100 1000010

Color Harmonies of #50FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFB2

Black with #50FFB2

Text Example


Text Example

White with #50FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,255,178); }

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

background-color css

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

 a { background-color: rgb(80,255,178); }

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

border-color css

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

 span { border-color: rgb(80,255,178); }

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