Html Css Color HEX #50F8C0 Turquoise

📋 copy color: '#50F8C0'

red 80 ◦ green 248 ◦ blue 192

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

Shades of Turquoise #50F8C0

Tints of Turquoise #50F8C0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.69%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 15.38%
G = 47.69%
B = 36.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#50F8C0 (or 0x50F8C0) is known color: Turquoise. HEX triplet: 50, F8 and C0. RGB value is (80,248,192). Sum of RGB (Red+Green+Blue) = 80+248+192=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F8C0 is #AF073F. Grayscale: #BFBFBF. Windows color (decimal): -11470656 or 12646480. OLE color: 12646480.

HSL color Cylindrical-coordinate representation of color #50F8C0: hue angle of 160º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F8C0 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 192 -
CMYK 0.68 0 0.23 0.03
HSL 160º 0.92% 0.64% -
HSV(B) 160º 0.68% 0.97% -
XYZ 46.39 72.65 61.45 -
YUV 191.38 128.34 48.55 -
System Red Green Blue C M Y K H S L
Decimal 80 248 192 0.68 0 0.23 0.03 160 0.92 0.64
Hex 50 F8 C0 44 0 17 3 A0 5C 40
Octal 120 370 300 104 0 27 3 240 134 100
Binary 1010000 11111000 11000000 1000100 0 10111 11 10100000 1011100 1000000

Color Harmonies of #50F8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8C0

Black with #50F8C0

Text Example


Text Example

White with #50F8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,192); }

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

background-color css

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

 a { background-color: rgb(80,248,192); }

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

border-color css

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

 span { border-color: rgb(80,248,192); }

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