Html Css Color HEX #50F5D5 Turquoise

📋 copy color: '#50F5D5'

red 80 ◦ green 245 ◦ blue 213

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

Shades of Turquoise #50F5D5

Tints of Turquoise #50F5D5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.54%

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

R = 14.87%
G = 45.54%
B = 39.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#50F5D5 (or 0x50F5D5) is known color: Turquoise. HEX triplet: 50, F5 and D5. RGB value is (80,245,213). Sum of RGB (Red+Green+Blue) = 80+245+213=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F5D5 is #AF0A2A. Grayscale: #BFBFBF. Windows color (decimal): -11471403 or 14021968. OLE color: 14021968.

HSL color Cylindrical-coordinate representation of color #50F5D5: hue angle of 168.36º degrees, saturation: 0.89, 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 #50F5D5 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 245 213 -
CMYK 0.67 0 0.13 0.04
HSL 168.36º 0.89% 0.64% -
HSV(B) 168.36º 0.67% 0.96% -
XYZ 47.97 71.81 74.28 -
YUV 192.02 139.84 48.1 -
System Red Green Blue C M Y K H S L
Decimal 80 245 213 0.67 0 0.13 0.04 168.36 0.89 0.64
Hex 50 F5 D5 43 0 D 4 A8 59 40
Octal 120 365 325 103 0 15 4 250 131 100
Binary 1010000 11110101 11010101 1000011 0 1101 100 10101000 1011001 1000000

Color Harmonies of #50F5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F5D5

Black with #50F5D5

Text Example


Text Example

White with #50F5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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