Html Css Color HEX #50FBDB Turquoise

📋 copy color: '#50FBDB'

red 80 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #50FBDB

Tints of Turquoise #50FBDB

RGB

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

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

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

R = 14.55%
G = 45.64%
B = 39.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#50FBDB (or 0x50FBDB) is known color: Turquoise. HEX triplet: 50, FB and DB. RGB value is (80,251,219). Sum of RGB (Red+Green+Blue) = 80+251+219=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBDB is #AF0424. Grayscale: #C4C4C4. Windows color (decimal): -11469861 or 14416720. OLE color: 14416720.

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

Color convert

RGB 80 251 219 -
CMYK 0.68 0 0.13 0.02
HSL 168.77º 0.96% 0.65% -
HSV(B) 168.77º 0.68% 0.98% -
XYZ 50.59 75.81 78.99 -
YUV 196.22 140.85 45.1 -
System Red Green Blue C M Y K H S L
Decimal 80 251 219 0.68 0 0.13 0.02 168.77 0.96 0.65
Hex 50 FB DB 44 0 D 2 A9 60 41
Octal 120 373 333 104 0 15 2 251 140 101
Binary 1010000 11111011 11011011 1000100 0 1101 10 10101001 1100000 1000001

Color Harmonies of #50FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBDB

Black with #50FBDB

Text Example


Text Example

White with #50FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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