Html Css Color HEX #50F4DB Turquoise

📋 copy color: '#50F4DB'

red 80 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #50F4DB

Tints of Turquoise #50F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.94%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 14.73%
G = 44.94%
B = 40.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#50F4DB (or 0x50F4DB) is known color: Turquoise. HEX triplet: 50, F4 and DB. RGB value is (80,244,219). Sum of RGB (Red+Green+Blue) = 80+244+219=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4DB is #AF0B24. Grayscale: #C0C0C0. Windows color (decimal): -11471653 or 14414928. OLE color: 14414928.

HSL color Cylindrical-coordinate representation of color #50F4DB: hue angle of 170.85º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4DB is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 219 -
CMYK 0.67 0 0.10 0.04
HSL 170.85º 0.88% 0.64% -
HSV(B) 170.85º 0.67% 0.96% -
XYZ 48.45 71.52 78.27 -
YUV 192.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 80 244 219 0.67 0 0.10 0.04 170.85 0.88 0.64
Hex 50 F4 DB 43 0 A 4 AB 58 40
Octal 120 364 333 103 0 12 4 253 130 100
Binary 1010000 11110100 11011011 1000011 0 1010 100 10101011 1011000 1000000

Color Harmonies of #50F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F4DB

Black with #50F4DB

Text Example


Text Example

White with #50F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,219); }

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

background-color css

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

 a { background-color: rgb(80,244,219); }

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

border-color css

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

 span { border-color: rgb(80,244,219); }

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