Html Css Color HEX #50FCD5 Turquoise

📋 copy color: '#50FCD5'

red 80 ◦ green 252 ◦ blue 213

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

Shades of Turquoise #50FCD5

Tints of Turquoise #50FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 14.68%
G = 46.24%
B = 39.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#50FCD5 (or 0x50FCD5) is known color: Turquoise. HEX triplet: 50, FC and D5. RGB value is (80,252,213). Sum of RGB (Red+Green+Blue) = 80+252+213=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCD5 is #AF032A. Grayscale: #C4C4C4. Windows color (decimal): -11469611 or 14023760. OLE color: 14023760.

HSL color Cylindrical-coordinate representation of color #50FCD5: hue angle of 166.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCD5 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 213 -
CMYK 0.68 0 0.15 0.01
HSL 166.4º 0.97% 0.65% -
HSV(B) 166.4º 0.68% 0.99% -
XYZ 50.13 76.13 75 -
YUV 196.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 80 252 213 0.68 0 0.15 0.01 166.4 0.97 0.65
Hex 50 FC D5 44 0 F 1 A6 61 41
Octal 120 374 325 104 0 17 1 246 141 101
Binary 1010000 11111100 11010101 1000100 0 1111 1 10100110 1100001 1000001

Color Harmonies of #50FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCD5

Black with #50FCD5

Text Example


Text Example

White with #50FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,213); }

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

background-color css

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

 a { background-color: rgb(80,252,213); }

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

border-color css

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

 span { border-color: rgb(80,252,213); }

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