#50E4CE

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

Shades of Turquoise #50E4CE

Tints of Turquoise #50E4CE

Color information

#50E4CE (or 0x50E4CE) is unknown color: approx Turquoise. HEX triplet: 50, E4 and CE. RGB value is (80,228,206). Sum of RGB (Red+Green+Blue) = 80+228+206=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E4CE is #AF1B31. Grayscale: #B5B5B5. Windows color (decimal): -11475762 or 13558864. OLE color: 13558864.

HSL color Cylindrical-coordinate representation of color #50E4CE: hue angle of 171.08º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4CE is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB80228206-
CMYK0.6500.100.11
HSL171.08º73.27%60.39%-
HSV(B)171.08º64.91%89.41%-
XYZ42.1961.6568.07-
YUV181.24141.9755.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.56%
GREEN value IS 228 (89.45% from 255) = 44.36%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=15.56%
G=44.36%
B=40.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802282060.6500.100.11171.0873.2760.39
Hex50E4CE410ABab493c
Octal1203443161010121325311174
Binary101000011100100110011101000001010101011101010111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,206); }

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

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

 a { background-color: rgb(80,228,206); }

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

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

 span { border-color: rgb(80,228,206); }

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