#50f9d4

Color #50F9D4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #50F9D4

Tints of Turquoise #50F9D4

Color information

#50F9D4 (or 0x50F9D4) is unknown color: approx Turquoise. HEX triplet: 50, F9 and D4. RGB value is (80,249,212). Sum of RGB (Red+Green+Blue) = 80+249+212=541 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.79% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9D4 is #AF062B. Grayscale: #C2C2C2. Windows color (decimal): -11470380 or 13957456. OLE color: 13957456.

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

Color convert

RGB80249212-
CMYK0.6800.150.02
HSL166.86º93.37%64.51%-
HSV(B)166.86º67.87%97.65%-
XYZ49.0774.2174.03-
YUV194.25138.0146.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.79%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=14.79%
G=46.03%
B=39.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802492120.6800.150.02166.8693.3764.51
Hex50F9D4440F2a75d41
Octal1203713241040172247135101
Binary10100001111100111010100100010001111101010011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f9d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,249,212); }

 H1.HeaderClassName
 {
   color: #50f9d4;
 }
 .AnyTagClassName
 {
   color: #50f9d4;
 }
</style>
background-color css

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

 a { background-color: rgb(80,249,212); }

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

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

 span { border-color: rgb(80,249,212); }

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