Html Css Color HEX #50FECB Turquoise

📋 copy color: '#50FECB'

red 80 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #50FECB

Tints of Turquoise #50FECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 14.9%
G = 47.3%
B = 37.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#50FECB (or 0x50FECB) is known color: Turquoise. HEX triplet: 50, FE and CB. RGB value is (80,254,203). Sum of RGB (Red+Green+Blue) = 80+254+203=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #50FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FECB is #AF0134. Grayscale: #C4C4C4. Windows color (decimal): -11469109 or 13368912. OLE color: 13368912.

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

Color convert

RGB 80 254 203 -
CMYK 0.69 0 0.20 0.00
HSL 162.41º 0.99% 0.65% -
HSV(B) 162.41º 0.69% 1% -
XYZ 49.53 76.9 68.73 -
YUV 196.16 131.85 45.15 -
System Red Green Blue C M Y K H S L
Decimal 80 254 203 0.69 0 0.20 0.00 162.41 0.99 0.65
Hex 50 FE CB 45 0 14 0 A2 63 41
Octal 120 376 313 105 0 24 0 242 143 101
Binary 1010000 11111110 11001011 1000101 0 10100 0 10100010 1100011 1000001

Color Harmonies of #50FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FECB

Black with #50FECB

Text Example


Text Example

White with #50FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,203); }

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

background-color css

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

 a { background-color: rgb(80,254,203); }

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

border-color css

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

 span { border-color: rgb(80,254,203); }

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