Html Css Color HEX #50FBDE Turquoise

📋 copy color: '#50FBDE'

red 80 ◦ green 251 ◦ blue 222

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

Shades of Turquoise #50FBDE

Tints of Turquoise #50FBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 14.47%
G = 45.39%
B = 40.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#50FBDE (or 0x50FBDE) is known color: Turquoise. HEX triplet: 50, FB and DE. RGB value is (80,251,222). Sum of RGB (Red+Green+Blue) = 80+251+222=553 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.47% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBDE is #AF0421. Grayscale: #C4C4C4. Windows color (decimal): -11469858 or 14613328. OLE color: 14613328.

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

Color convert

RGB 80 251 222 -
CMYK 0.68 0 0.12 0.02
HSL 169.82º 0.96% 0.65% -
HSV(B) 169.82º 0.68% 0.98% -
XYZ 50.99 75.97 81.08 -
YUV 196.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 80 251 222 0.68 0 0.12 0.02 169.82 0.96 0.65
Hex 50 FB DE 44 0 C 2 AA 60 41
Octal 120 373 336 104 0 14 2 252 140 101
Binary 1010000 11111011 11011110 1000100 0 1100 10 10101010 1100000 1000001

Color Harmonies of #50FBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBDE

Black with #50FBDE

Text Example


Text Example

White with #50FBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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