Html Css Color HEX #50F8DC Turquoise

📋 copy color: '#50F8DC'

red 80 ◦ green 248 ◦ blue 220

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

Shades of Turquoise #50F8DC

Tints of Turquoise #50F8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 14.6%
G = 45.26%
B = 40.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#50F8DC (or 0x50F8DC) is known color: Turquoise. HEX triplet: 50, F8 and DC. RGB value is (80,248,220). Sum of RGB (Red+Green+Blue) = 80+248+220=548 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.60% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F8DC is #AF0723. Grayscale: #C2C2C2. Windows color (decimal): -11470628 or 14481488. OLE color: 14481488.

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

Color convert

RGB 80 248 220 -
CMYK 0.68 0 0.11 0.03
HSL 170º 0.92% 0.64% -
HSV(B) 170º 0.68% 0.97% -
XYZ 49.79 74.01 79.37 -
YUV 194.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 80 248 220 0.68 0 0.11 0.03 170 0.92 0.64
Hex 50 F8 DC 44 0 B 3 AA 5C 40
Octal 120 370 334 104 0 13 3 252 134 100
Binary 1010000 11111000 11011100 1000100 0 1011 11 10101010 1011100 1000000

Color Harmonies of #50F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8DC

Black with #50F8DC

Text Example


Text Example

White with #50F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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