#50E3EE

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

Shades of Turquoise Blue #50E3EE

Tints of Turquoise Blue #50E3EE

Color information

#50E3EE (or 0x50E3EE) is unknown color: approx Turquoise Blue. HEX triplet: 50, E3 and EE. RGB value is (80,227,238). Sum of RGB (Red+Green+Blue) = 80+227+238=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #50E3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E3EE is #AF1C11. Grayscale: #B8B8B8. Windows color (decimal): -11475986 or 15655760. OLE color: 15655760.

HSL color Cylindrical-coordinate representation of color #50E3EE: hue angle of 184.18º 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 #50E3EE is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80227238-
CMYK0.660.0500.07
HSL184.18º82.29%62.35%-
HSV(B)184.18º66.39%93.33%-
XYZ46.2162.8290.58-
YUV184.3158.353.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802272380.660.0500.07184.1882.2962.35
Hex50E3EE42507b8523e
Octal12034335610250727012276
Binary1010000111000111110111010000101010111101110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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