#50EEE3

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

Shades of Turquoise #50EEE3

Tints of Turquoise #50EEE3

Color information

#50EEE3 (or 0x50EEE3) is unknown color: approx Turquoise. HEX triplet: 50, EE and E3. RGB value is (80,238,227). Sum of RGB (Red+Green+Blue) = 80+238+227=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEE3 is #AF111C. Grayscale: #BDBDBD. Windows color (decimal): -11473181 or 14937680. OLE color: 14937680.

HSL color Cylindrical-coordinate representation of color #50EEE3: hue angle of 175.82º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEE3 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB80238227-
CMYK0.6600.050.07
HSL175.82º82.29%62.35%-
HSV(B)175.82º66.39%93.33%-
XYZ47.7568.483.36-
YUV189.5149.1549.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.68%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=14.68%
G=43.67%
B=41.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802382270.6600.050.07175.8282.2962.35
Hex50EEE342057b0523e
Octal12035634310205726012276
Binary1010000111011101110001110000100101111101100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,238,227); }

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

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

 a { background-color: rgb(80,238,227); }

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

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

 span { border-color: rgb(80,238,227); }

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