Html Css Color HEX #50FFDA Turquoise

📋 copy color: '#50FFDA'

red 80 ◦ green 255 ◦ blue 218

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

Shades of Turquoise #50FFDA

Tints of Turquoise #50FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 14.47%
G = 46.11%
B = 39.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#50FFDA (or 0x50FFDA) is known color: Turquoise. HEX triplet: 50, FF and DA. RGB value is (80,255,218). Sum of RGB (Red+Green+Blue) = 80+255+218=553 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.47% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFDA is #AF0025. Grayscale: #C6C6C6. Windows color (decimal): -11468838 or 14352208. OLE color: 14352208.

HSL color Cylindrical-coordinate representation of color #50FFDA: hue angle of 167.31º 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 #50FFDA is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 218 -
CMYK 0.69 0 0.15 0
HSL 167.31º 1% 0.66% -
HSV(B) 167.31º 0.69% 1% -
XYZ 51.72 78.29 78.71 -
YUV 198.46 139.02 43.51 -
System Red Green Blue C M Y K H S L
Decimal 80 255 218 0.69 0 0.15 0 167.31 1 0.66
Hex 50 FF DA 45 0 F 0 A7 64 42
Octal 120 377 332 105 0 17 0 247 144 102
Binary 1010000 11111111 11011010 1000101 0 1111 0 10100111 1100100 1000010

Color Harmonies of #50FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFDA

Black with #50FFDA

Text Example


Text Example

White with #50FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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