Html Css Color HEX #50FBE0 Turquoise

📋 copy color: '#50FBE0'

red 80 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #50FBE0

Tints of Turquoise #50FBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 14.41%
G = 45.23%
B = 40.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#50FBE0 (or 0x50FBE0) is known color: Turquoise. HEX triplet: 50, FB and E0. RGB value is (80,251,224). Sum of RGB (Red+Green+Blue) = 80+251+224=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBE0 is #AF041F. Grayscale: #C4C4C4. Windows color (decimal): -11469856 or 14744400. OLE color: 14744400.

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

Color convert

RGB 80 251 224 -
CMYK 0.68 0 0.11 0.02
HSL 170.53º 0.96% 0.65% -
HSV(B) 170.53º 0.68% 0.98% -
XYZ 51.26 76.08 82.5 -
YUV 196.79 143.35 44.7 -
System Red Green Blue C M Y K H S L
Decimal 80 251 224 0.68 0 0.11 0.02 170.53 0.96 0.65
Hex 50 FB E0 44 0 B 2 AB 60 41
Octal 120 373 340 104 0 13 2 253 140 101
Binary 1010000 11111011 11100000 1000100 0 1011 10 10101011 1100000 1000001

Color Harmonies of #50FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBE0

Black with #50FBE0

Text Example


Text Example

White with #50FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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