Html Css Color HEX #50F3DE Turquoise

📋 copy color: '#50F3DE'

red 80 ◦ green 243 ◦ blue 222

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

Shades of Turquoise #50F3DE

Tints of Turquoise #50F3DE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

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

R = 14.68%
G = 44.59%
B = 40.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#50F3DE (or 0x50F3DE) is known color: Turquoise. HEX triplet: 50, F3 and DE. RGB value is (80,243,222). Sum of RGB (Red+Green+Blue) = 80+243+222=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3DE is #AF0C21. Grayscale: #BFBFBF. Windows color (decimal): -11471906 or 14611280. OLE color: 14611280.

HSL color Cylindrical-coordinate representation of color #50F3DE: hue angle of 172.27º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3DE is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 222 -
CMYK 0.67 0 0.09 0.05
HSL 172.27º 0.87% 0.63% -
HSV(B) 172.27º 0.67% 0.95% -
XYZ 48.54 71.08 80.27 -
YUV 191.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 80 243 222 0.67 0 0.09 0.05 172.27 0.87 0.63
Hex 50 F3 DE 43 0 9 5 AC 57 3F
Octal 120 363 336 103 0 11 5 254 127 77
Binary 1010000 11110011 11011110 1000011 0 1001 101 10101100 1010111 111111

Color Harmonies of #50F3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F3DE

Black with #50F3DE

Text Example


Text Example

White with #50F3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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